Added daemon startup instructions to the usage page and referenced it in the readme

This commit is contained in:
Kevin 2018-10-18 14:32:33 -04:00
parent ca6e2e9027
commit e0ac2c1180
2 changed files with 14 additions and 18 deletions

View file

@ -40,25 +40,9 @@ the CORE mailing lists:
## Building CORE
See [CORE Installation](http://coreemu.github.io/core/install.html) for detailed build instructions
See [CORE Installation](http://coreemu.github.io/core/install.html) for detailed build instructions.
Running CORE
------------
First start the CORE services:
```shell
# sysv
sudo service core-daemon start
# systemd
sudo systemctl start core-daemon
```
This automatically runs the core-daemon program.
Assuming the GUI is in your PATH, run the CORE GUI by typing the following:
```shell
core-gui
```
This launches the CORE GUI. You do not need to run the GUI as root.
See [Using the CORE GUI](http://coreemu.github.io/core/usage.html) for more details on running CORE.