Skip to content
Snippets Groups Projects

README.md: improvements and fixes.

Merged Ilya Evseev requested to merge evseev/cellframe-node:patch-1 into master
+ 6
2
@@ -23,11 +23,15 @@ Cellframe Blockchain node
* Create file /etc/apt/sources.list.d/demlabs.list with one line below:
```
deb http://debian.pub.demlabs.net/ stretch main non-free
deb https://debian.pub.demlabs.net/ stretch main non-free
```
* For Ubuntu 18.04 (Bionic):
```
deb https://debian.pub.demlabs.net/ bionic main universe multiverse
```
* Then download public signature and install it:
```
wget http://debian.pub.demlabs.net/debian.pub.demlabs.net.gpg
wget https://debian.pub.demlabs.net/debian.pub.demlabs.net.gpg
apt-key add demlabskey.asc
```
* Then update your apt cache and install the package:
Loading