updated readme
This commit is contained in:
parent
cdc52d280e
commit
b0084715b8
|
@ -36,7 +36,7 @@ sudo pacman -S lxc libvirt unzip
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Installation (simple)
|
#### Installation (simple)
|
||||||
Coming soon
|
Coming soon.
|
||||||
|
|
||||||
#### Installation (advanced/manual)
|
#### Installation (advanced/manual)
|
||||||
See `var/install.txt` for how to create a new LXC container and install all of the required
|
See `var/install.txt` for how to create a new LXC container and install all of the required
|
||||||
|
@ -46,7 +46,8 @@ software.
|
||||||
- `lxc/execute [language] [file path] [args]`
|
- `lxc/execute [language] [file path] [args]`
|
||||||
|
|
||||||
#### API Usage
|
#### API Usage
|
||||||
To use the API, it must first be started. To start the API, run the following:
|
To use the API, it must first be started. Please note that if root is required to access
|
||||||
|
LXC then the API must also be running as root. To start the API, run the following:
|
||||||
```
|
```
|
||||||
cd api
|
cd api
|
||||||
./start
|
./start
|
||||||
|
|
Loading…
Reference in New Issue