1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2024-09-28 22:40:45 +00:00

update UserManual for 0.6

This commit is contained in:
Oliver Giles 2018-05-18 12:42:43 +03:00
parent 568435cc8e
commit bbbef11304

View File

@ -26,15 +26,15 @@ Alternatively to the source-based approach shown above, precompiled packages are
Under Debian: Under Debian:
```bash ```bash
wget https://github.com/ohwgiles/laminar/releases/download/0.5/laminar-0.5-1-amd64.deb wget https://github.com/ohwgiles/laminar/releases/download/0.6/laminar-0.6-1-amd64.deb
sudo apt install laminar-0.5-1-amd64.deb sudo apt install laminar-0.6-1-amd64.deb
``` ```
Under CentOS: Under CentOS:
```bash ```bash
wget https://github.com/ohwgiles/laminar/releases/download/0.5/laminar-0.5-1.x86_64.rpm wget https://github.com/ohwgiles/laminar/releases/download/0.5/laminar-0.6-1.x86_64.rpm
sudo yum install laminar-0.5-1.x86_64.rpm sudo yum install laminar-0.6-1.x86_64.rpm
``` ```
Both install packages will create a new `laminar` user and install (but not activate) a systemd service for launching the laminar daemon. Both install packages will create a new `laminar` user and install (but not activate) a systemd service for launching the laminar daemon.