Update 1_install.md

This commit is contained in:
Bi Phan 2023-01-05 16:54:35 -05:00 committed by GitHub
parent c50e020f42
commit 87f70f7e38
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.