From e5017e015510d80f791bacb87dfaa0a0ea95a5e7 Mon Sep 17 00:00:00 2001 From: David Knaack Date: Mon, 26 Apr 2021 19:54:19 +0200 Subject: docs: remove reference to print-config for now (#2651) --- docs/config/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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: -- cgit v1.2.3