From 8c3ce3b386ae0380032c324c8ac7704c9b0a1ea2 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Mon, 21 Jan 2019 17:07:02 +0100 Subject: [PATCH] README.md: Tweak Simplify the prompt. Most people are going to use the Fedora package. Hence, the prompt doesn't need to reflect the fedora-toolbox Git tree as the current directory. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0c72907..18c9e29 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ seamlessly integrates with the rest of the operating system. ### Create your Fedora Toolbox container: ``` -[user@hostname fedora-toolbox]$ fedora-toolbox create -[user@hostname fedora-toolbox]$ +[user@hostname ~]$ fedora-toolbox create +[user@hostname ~]$ ``` This will create a container, and an image, called `fedora-toolbox-:` that's specifically customised @@ -28,7 +28,7 @@ for your host user. ### Enter the Toolbox: ``` -[user@hostname fedora-toolbox]$ fedora-toolbox enter +[user@hostname ~]$ fedora-toolbox enter 🔹[user@toolbox ~]$ ```