From 87f70f7e3824597e1ec766cb870bad9cc7b43edf Mon Sep 17 00:00:00 2001 From: Bi Phan <102435501+BiPhan4@users.noreply.github.com> Date: Thu, 5 Jan 2023 16:54:35 -0500 Subject: [PATCH] Update 1_install.md --- docs/nodes/1_install.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/nodes/1_install.md b/docs/nodes/1_install.md index 46d39cb..18d1d87 100644 --- a/docs/nodes/1_install.md +++ b/docs/nodes/1_install.md @@ -12,6 +12,13 @@ There are a few things needed before installing. Perform the follow instructions as `root` or your `admin` account. ::: + +### Create Jackal user + +```sh +sudo adduser --gecos "" jackal +``` + ### Installing required tools 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 source ~/.profile -``` \ No newline at end of file +```