Merge pull request #8 from JackalLabs/BiPhan4-patch-1

correct official docs 1/3
This commit is contained in:
Marston Connell 2023-01-06 13:28:35 -05:00 committed by GitHub
commit f9baea9ed5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,13 @@ There are a few things needed before installing.
Perform the follow instructions as `root` or your `admin` account. Perform the follow instructions as `root` or your `admin` account.
::: :::
### Create Jackal user
```sh
sudo adduser --gecos "" jackal
```
### Installing required tools ### Installing required tools
This will install the necessary tools to build the jackal chain source, along with lz4 compression tool and jquery tool. This will install the necessary tools to build the jackal chain source, along with lz4 compression tool and jquery tool.
@ -50,4 +57,4 @@ Restarting the shell with youre profile settings or just rebasing them like so i
```sh ```sh
source ~/.profile source ~/.profile
``` ```