summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Knaack <davidkna@users.noreply.github.com>2021-04-26 19:54:19 +0200
committerGitHub <noreply@github.com>2021-04-26 19:54:19 +0200
commite5017e015510d80f791bacb87dfaa0a0ea95a5e7 (patch)
tree9d1503fbed967eb7b69f8b7e2b1f84efbe8eaeed
parent5758abf1059ecfef9b470d32ce13ff96501821d4 (diff)
docs: remove reference to print-config for now (#2651)
-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 a2d12e1de..b8874c14b 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -3,7 +3,7 @@
To get started configuring starship, create the following file: `~/.config/starship.toml`.
```sh
-mkdir -p ~/.config && starship print-config --default > ~/.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: