mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-24 21:57:41 +00:00
docs: remove reference to print-config for now (#2651)
This commit is contained in:
parent
5758abf105
commit
e5017e0155
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user