README.md: Tweak

There's a build system and various Fedora packages now. Therefore, most
people don't need to run the script from the Git tree.
This commit is contained in:
Debarshi Ray 2018-11-12 15:11:33 +00:00
parent cfefaf368a
commit dd4394c32c
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ 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]$ fedora-toolbox create
[user@hostname fedora-toolbox]$
```
This will create a container, and an image, called
@ -28,7 +28,7 @@ for your host user.
### Enter the Toolbox:
```
[user@hostname fedora-toolbox]$ ./fedora-toolbox enter
[user@hostname fedora-toolbox]$ fedora-toolbox enter
🔹[user@toolbox ~]$
```