From 1dac309bb59993a82c8560ac3bdaa544040cd3df Mon Sep 17 00:00:00 2001 From: Skye Bleed Date: Thu, 5 Sep 2019 19:15:30 -0500 Subject: [PATCH] Updated README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3399363..b226dcb 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,11 @@ This has hardly been worked on and is essentially useless at its current state. [ ] More, probably ### Building and Setup -This project is made in the rust programming language, so a simple `cargo run` will suffice to build the binary. In addition, you may wish to run `scripts/setup.sh` to configure your environment. Soon, the setup script will be written in lua and instructions on how to do so from bash will be here. +A build and setup script has been included as `scripts/build`, but as it is written in Lua, you may wish to setup yourself. To do that, +1. Run `cargo build --release` +2. Run `scripts/setup.sh` +3. Run `scripts/mkenv.sh arch_core` to setup the arch core repo +4. Add /usr/pack/bin to path ### Usage Firstly, to setup your environment, run scripts/arch.sh. The syntax of the command is as follows: