Skip to content

Commit

Permalink
docs: update dashmate page (#319)
Browse files Browse the repository at this point in the history
* docs: update dashmate deb

* docs: update to use node 18
  • Loading branch information
thephez authored Nov 20, 2023
1 parent 6fb7665 commit 0b819f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/user/network/dashmate/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ Debian package

Download the dashmate installation package::

wget https://github.com/dashpay/platform/releases/download/v0.24.15/dashmate_0.24.15-1_amd64.deb
wget https://github.com/dashpay/platform/releases/download/v0.25.15/dashmate_0.25.15-1_arm64.deb

Install dashmate using apt::

sudo apt update
sudo apt install ./dashmate_0.24.15-1_amd64.deb
sudo apt install ./dashmate_0.25.15-1_arm64.deb

Node package
^^^^^^^^^^^^
Expand All @@ -62,7 +62,7 @@ installing it using `nvm <https://github.com/nvm-sh/nvm#readme>`__::

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
source ~/.bashrc
nvm install 16
nvm install 18

Once NodeJS has been installed, use npm to install dashmate::

Expand Down

0 comments on commit 0b819f6

Please sign in to comment.