Skip to content

Commit

Permalink
Add command flags
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanways committed Dec 17, 2023
1 parent 6063f60 commit d70209c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,12 @@ Symbolic links (symlinks) in Linux always appear with the permissions lrwxrwxrwx
Create your first chroot image.

```
sudo pandoras create-box
sudo pandoras --create-box
```

Done! Now, to start your chroot just execute `sudo pandoras start-box`.
Done! Now, to start your chroot just execute `sudo pandoras --start-box`.

For more command options execute `pandoras --help`.
For more command options and shortcuts execute `pandoras --help`.

## Extras

Expand Down

0 comments on commit d70209c

Please sign in to comment.