Skip to content

Commit e71a885

Browse files
committed
fix
1 parent 584adf3 commit e71a885

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
### setup
1616
#### ubuntu
1717
```bash
18-
./init.sh --with_vim_php --with_vim_c --with_vim_ycm --with_vim_lua --with_vim_go --with_java \
19-
--with_lua --with_python --with_leetcode --with_man --with_dict --with_bash
18+
./init.sh --with_php --with_vim_c --with_vim_ycm --with_vim_go --with_java \
19+
--with_lua --with_leetcode --with_man --with_dict --with_bash
2020
```
2121
#### mac and centos
2222
./init.sh
@@ -39,7 +39,7 @@ cd ~/lsp/eclipse.jdt.ls
3939
curl -L https://download.eclipse.org/jdtls/milestones/0.35.0/jdt-language-server-0.35.0-201903142358.tar.gz -O
4040
tar xf jdt-language-server-0.35.0-201903142358.tar.gz
4141
```
42-
* **Create executable jdtls in path (e.g., /usr/local/bin/jdtls), with content
42+
* Create executable jdtls in path (e.g., /usr/local/bin/jdtls), with content
4343

4444
```bash
4545
#!/usr/bin/env sh

0 commit comments

Comments
 (0)