mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-11 04:36:24 +00:00
docs: Remove $
in shell commands (#13266)
This PR removes the `$` from the shell commands in the OCaml docs, as we don't use them anywhere else. Release Notes: - N/A
This commit is contained in:
parent
2ca83b2f17
commit
bc35235800
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ Once you install opam and setup a switch with your development environment as pe
|
||||||
By now you should have `ocamllsp` installed, you can verify so by running
|
By now you should have `ocamllsp` installed, you can verify so by running
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ ocamllsp --help
|
ocamllsp --help
|
||||||
```
|
```
|
||||||
|
|
||||||
in your terminal. If you get a help message, you're good to go. If not, please revisit the installation instructions for `ocamllsp` and ensure it's properly installed.
|
in your terminal. If you get a help message, you're good to go. If not, please revisit the installation instructions for `ocamllsp` and ensure it's properly installed.
|
||||||
|
@ -28,7 +28,7 @@ With that aside, we can now launch Zed. Given how the OCaml package manager work
|
||||||
Once you have the cli, simply from a terminal, navigate to your project and run
|
Once you have the cli, simply from a terminal, navigate to your project and run
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ zed .
|
zed .
|
||||||
```
|
```
|
||||||
|
|
||||||
Voila! You should have Zed running with OCaml support, no additional setup required.
|
Voila! You should have Zed running with OCaml support, no additional setup required.
|
||||||
|
|
Loading…
Reference in a new issue