Skip to content
Snippets Groups Projects

README.md: improvements and fixes.

Merged Ilya Evseev requested to merge evseev/cellframe-node:patch-1 into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -23,11 +23,11 @@ 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
```
* 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