minor update

This commit is contained in:
Erialos 2022-12-02 10:46:59 -07:00
parent 586d6ba3cb
commit ca20f3cf16
4 changed files with 6 additions and 5 deletions

1
.gitignore vendored
View File

@ -18,3 +18,4 @@
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*
.yarn/

View File

@ -7,7 +7,7 @@ sidebar_position: 2
There are a few things needed before installing. There are a few things needed before installing.
::: tip :::tip
Perform the follow instructions as `root` or your `admin` account. Perform the follow instructions as `root` or your `admin` account.
@ -105,11 +105,11 @@ sudo systemctl enable canined.service
``` ```
## Building from Source ## Building from Source
::: tip :::tip
Perform the next follow steps as your `jackal` user Perform the next follow steps as your `jackal` user
:: :::
Replace `<VERSION>` with the current running version. Replace `<VERSION>` with the current running version.
```sh ```sh

View File

@ -3,7 +3,7 @@ sidebar_position: 4
--- ---
# Joining Mainnet # Joining Mainnet
::: tip :::tip
Perform the following as the `jackal` user. Perform the following as the `jackal` user.

View File

@ -4,7 +4,7 @@ sidebar_position: 1
# Creating Validator # Creating Validator
::: tip :::tip
This guide assumes you are using the same machine as the full node. This guide assumes you are using the same machine as the full node.