summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarrison <mccullough.harrison@gmail.com>2019-11-28 12:11:58 -0700
committerMatan Kushner <hello@matchai.me>2019-11-28 14:11:58 -0500
commit4ba1383373068e6704a8ad14cdd35034ef9fc255 (patch)
treeaff11d56dd8b007e5cff757119daae96544772ee
parentf5bbaef82bb092d4e77859544af3f80e82641c9d (diff)
docs: Update README to create ~/.config (#663)
-rw-r--r--docs/config/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index 1df820677..797c438f5 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`.
```shell
-$ 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: