diff --git a/.gitignore b/.gitignore index b2d6de3..a26dc10 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ npm-debug.log* yarn-debug.log* yarn-error.log* +.yarn/ diff --git a/docs/nodes/nodes/2_installation.md b/docs/nodes/nodes/2_installation.md index e419ced..e183ce8 100644 --- a/docs/nodes/nodes/2_installation.md +++ b/docs/nodes/nodes/2_installation.md @@ -7,7 +7,7 @@ sidebar_position: 2 There are a few things needed before installing. -::: tip +:::tip Perform the follow instructions as `root` or your `admin` account. @@ -105,11 +105,11 @@ sudo systemctl enable canined.service ``` ## Building from Source -::: tip +:::tip Perform the next follow steps as your `jackal` user -:: +::: Replace `` with the current running version. ```sh diff --git a/docs/nodes/nodes/4_mainnet.md b/docs/nodes/nodes/4_mainnet.md index 60fddc6..6533640 100644 --- a/docs/nodes/nodes/4_mainnet.md +++ b/docs/nodes/nodes/4_mainnet.md @@ -3,7 +3,7 @@ sidebar_position: 4 --- # Joining Mainnet -::: tip +:::tip Perform the following as the `jackal` user. diff --git a/docs/nodes/validators/1_joining.md b/docs/nodes/validators/1_joining.md index 6e40f9e..6896953 100644 --- a/docs/nodes/validators/1_joining.md +++ b/docs/nodes/validators/1_joining.md @@ -4,7 +4,7 @@ sidebar_position: 1 # Creating Validator -::: tip +:::tip This guide assumes you are using the same machine as the full node.