Skip to content

Commit 9c9f837

Browse files
authored
Update README.md
1 parent e8ffaa3 commit 9c9f837

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,16 @@ Then install the language server:
5757

5858
```sh
5959
# Install ellsp package.
60-
$ eask install-deps --dev
60+
eask install-deps --dev
6161

6262
# Install the proxy server.
63-
$ eask exec install-ellsp
63+
eask exec install-ellsp
6464
```
6565

6666
To test to see if the server installed successfully, execute the following command:
6767

6868
```sh
69-
$ eask exec ellsp
69+
eask exec ellsp
7070
```
7171

7272
If you see the following screen (no error), you successfully installed the language server! 🎉🥳
@@ -86,17 +86,17 @@ To test the language server locally:
8686

8787
```sh
8888
# Add link to current package
89-
$ eask link add ellsp ./
89+
eask link add ellsp ./
9090
```
9191

9292
Then follow the same steps as installation:
9393

9494
```sh
9595
# Install the proxy server.
96-
$ eask exec install-ellsp
96+
eask exec install-ellsp
9797

9898
# Test the language server.
99-
$ eask exec ellsp
99+
eask exec ellsp
100100
```
101101

102102
## 🔗 References

0 commit comments

Comments
 (0)