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:
parent
cd30c869c8
commit
8c3ce3b386
1 changed files with 3 additions and 3 deletions
|
@ -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 ~]$
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue