Skip to content

Commit

Permalink
Bump Version number
Browse files Browse the repository at this point in the history
  • Loading branch information
KeeJef authored Aug 24, 2018
1 parent db234d1 commit dbac7bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions SNFullGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Alright, good to go. Our server is now set up, up to date, and is not running in

First download the Linux binaries by running the following command:

`wget https://github.com/loki-project/loki/releases/download/v0.3.4-beta/loki-linux-x64-0.3.4-beta.zip`
`wget https://github.com/loki-project/loki/releases/download/v0.3.5-beta/loki-linux-x64-0.3.5-beta.zip`

If `wget` is not installed you may need to run `sudo apt-get install wget`

Expand All @@ -146,7 +146,7 @@ To get to the binaries, we need to unzip them. Download and install unzip by run

To unzip the downloaded zip file run the following command:

`unzip loki-linux-x64-0.3.4-beta.zip`
`unzip loki-linux-x64-0.3.5-beta.zip`

You should see 8 files unzipped:

Expand All @@ -170,9 +170,9 @@ Check they are unzipped by running:

`ls`

If not, sometimes unzip will dump the binaries in a folder. In our case the folder would be called `loki-linux-x64-0.3.4-beta`, so to get into it we can type:
If not, sometimes unzip will dump the binaries in a folder. In our case the folder would be called `loki-linux-x64-0.3.5-beta`, so to get into it we can type:

`cd loki-linux-x64-0.3.4-beta`
`cd loki-linux-x64-0.3.5-beta`

To check that they are in that folder, once again, type:

Expand Down Expand Up @@ -215,7 +215,7 @@ Log in to your non-root user that we set up before, in our case snode, and once

Change directory to where our binaries are saved:

`cd loki-linux-x64-0.3.4-beta`
`cd loki-linux-x64-0.3.5-beta`

Then to launch the wallet run the command:

Expand Down

0 comments on commit dbac7bf

Please sign in to comment.