From 16b648581e3b43f3b64a5a3df592293f41c60b97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dario=20Vladovi=C4=87?= Date: Wed, 17 Jun 2020 14:31:24 +0200 Subject: [PATCH] style(docs): remove `$` prefix from shell snippets (#1339) --- docs/config/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/README.md b/docs/config/README.md index 8b9d7aadf..b7381ee74 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -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: