Skip to content
Snippets Groups Projects
Commit bcf02527 authored by Ilya Evseev's avatar Ilya Evseev
Browse files

README.md: replace http to https.

parent 88b067e6
No related branches found
No related tags found
No related merge requests found
...@@ -23,11 +23,11 @@ Cellframe Blockchain node ...@@ -23,11 +23,11 @@ Cellframe Blockchain node
* Create file /etc/apt/sources.list.d/demlabs.list with one line below: * 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: * 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 apt-key add demlabskey.asc
``` ```
* Then update your apt cache and install the package: * Then update your apt cache and install the package:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment