1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-05-28 06:00:54 +00:00

docs: remove reference to print-config for now (#2651)

This commit is contained in:
David Knaack 2021-04-26 19:54:19 +02:00 committed by GitHub
parent 5758abf105
commit e5017e0155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: