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.
This commit is contained in:
Debarshi Ray 2019-01-21 17:07:02 +01:00
parent cd30c869c8
commit 8c3ce3b386

View file

@ -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-<your-username>:<version-id>` 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 ~]$
```