Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
celllframe-node
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Code
Merge requests
14
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
celllframe-node
Merge requests
!66
You need to sign in or sign up before continuing.
README.md: improvements and fixes.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
README.md: improvements and fixes.
evseev/cellframe-node:patch-1
into
master
Overview
0
Commits
4
Pipelines
4
Changes
1
Merged
Ilya Evseev
requested to merge
evseev/cellframe-node:patch-1
into
master
5 years ago
Overview
0
Commits
4
Pipelines
4
Changes
1
Expand
Bugfixes:
code markup
repokey URL
Improvements:
replace http to https
Ubuntu repo added
Edited
5 years ago
by
Ilya Evseev
👍
0
👎
0
Merge request reports
Viewing commit
bcf02527
Prev
Next
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
bcf02527
README.md: replace http to https.
· bcf02527
Ilya Evseev
authored
5 years ago
README.md
+
2
−
2
Options
@@ -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 http
s
://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 http
s
://debian.pub.demlabs.net/debian.pub.demlabs.net.gpg
apt-key add demlabskey.asc
```
*
Then update your apt cache and install the package:
Loading