style(docs): remove $ prefix from shell snippets (#1339)

This commit is contained in:
Dario Vladović
2020-06-17 14:31:24 +02:00
committed by GitHub
parent 2a57c69459
commit 16b648581e
+1 -1
View File
@@ -10,7 +10,7 @@ Many new configuration options will be available in coming releases.
To get started configuring starship, create the following file: `~/.config/starship.toml`.
```sh
$ mkdir -p ~/.config && touch ~/.config/starship.toml
mkdir -p ~/.config && touch ~/.config/starship.toml
```
All configuration for starship is done in this [TOML](https://github.com/toml-lang/toml) file: