Formatting and some completion to install script
This commit is contained in:
18
README.md
18
README.md
@@ -22,7 +22,21 @@ made for Linux to also run natively on Windows. This is more meant for Windows
|
||||
versions that don't feature WSL (Windows 7/8/8.1) but still need to run some
|
||||
Linux only scripts.
|
||||
|
||||
### The 4 branches
|
||||
## Bundled programs
|
||||
|
||||
To keep the installation extremely small in size and footprint, the bundled programs are also
|
||||
extremely small. Currently we bundle 2 programs:
|
||||
|
||||
### `sh.py` (While installed: `/bin/sh` or `/usr/bin/sh` or `/usr/bin/shell.py`)
|
||||
A very simple shell, just does directory navigation and installs packages.
|
||||
|
||||
### `ledit.py` (While installed: `/usr/bin/ledit.py`)
|
||||
A simple line text editor. Meant for extreme simplicity.
|
||||
|
||||
|
||||
We recommend getting essential packages like a proper shell and the UwUGet package manager.
|
||||
|
||||
## The 4 branches
|
||||
|
||||
Which branch works best for you?
|
||||
|
||||
@@ -42,7 +56,7 @@ If you want the bleeding-edge and don't care about stability, then `edge` is for
|
||||
|
||||
If you only need simple jailing and no POSIX compatibility, then `no-posix` is for you.
|
||||
|
||||
### Issues
|
||||
## Issues
|
||||
|
||||
Please report issues [over here](https://git.novacow.ch/Nova/PyJail/issues/)
|
||||
|
||||
|
Reference in New Issue
Block a user