Skip to content

Commit

Permalink
update UserManual for 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ohwgiles committed May 18, 2018
1 parent 568435c commit bbbef11
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions UserManual.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ Alternatively to the source-based approach shown above, precompiled packages are
Under Debian:

```bash
wget https://github.com/ohwgiles/laminar/releases/download/0.5/laminar-0.5-1-amd64.deb
sudo apt install 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.6-1-amd64.deb
```

Under CentOS:

```bash
wget https://github.com/ohwgiles/laminar/releases/download/0.5/laminar-0.5-1.x86_64.rpm
sudo yum install 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.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.
Expand Down

0 comments on commit bbbef11

Please sign in to comment.