From cdc3bdc1e0edf6d0e87cff92b09c597c41213c64 Mon Sep 17 00:00:00 2001 From: Skye Bleed Date: Wed, 4 Sep 2019 10:09:29 -0500 Subject: [PATCH] Revert "Updated README" This reverts commit d86b34800f2d77ffb1e881e0545a5588b49325b9. reverted changes --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8572f68..3399363 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,11 @@ This has hardly been worked on and is essentially useless at its current state. [ ] More, probably ### Building and Setup -This project can be built automatically using a lua script found in ./scripts/build. If you do not have lua or otherwise do not wish to use this script, you can do it manually as well. - -To manually build and set up, first run `cargo build --release`. Then, run scripts/setup.sh to setup your environment. Then copy target/release/pack to somewhere in your path, such as ~/.local/bin. +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. ### Usage Firstly, to setup your environment, run scripts/arch.sh. The syntax of the command is as follows: -`sudo pack {package name}::{repo type}` +`sudo pack {url}::{repo type}` -This will add the tarball found at {package name} to /usr/pack/repo/{repo type}/tarballs. +This will add the tarball found at {url} to /usr/pack/repo/{repo type}/tarballs.