Skip to content

Commit

Permalink
Small tweaks to the installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ernoaapa committed Apr 26, 2018
1 parent d4554e9 commit 11a223a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ Eliot provides deb packages through packagecloud for Debian linux, for example R
curl -s https://packagecloud.io/install/repositories/ernoaapa/eliot/script.deb.sh | sudo bash

# Install Eliot and dependencies
apt-get update && apt-get install -y eliot
sudo apt-get install -y eliot

# Start the services
systemctl start containerd && systemctl enable containerd
systemctl start eliotd && systemctl enable eliotd
sudo systemctl start containerd && sudo systemctl enable containerd
sudo systemctl start eliotd && sudo systemctl enable eliotd
```

That's it! Now try running `eli get nodes` and you should see your device!
That's it! Now try running `eli get nodes` in your local computer and you should see your device!

### Manual installation
- Build and install [runc](https://github.com/opencontainers/runc)
Expand Down

0 comments on commit 11a223a

Please sign in to comment.