From 129b97f821154ff5d6bcecd05e8daa7c48212abb Mon Sep 17 00:00:00 2001 From: Skye Bleed Date: Tue, 3 Sep 2019 16:43:28 -0500 Subject: [PATCH] Updated README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fc0699a..3399363 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# The Imperfect Package Manager +# Pack Extremely in progress ### Disclaimer @@ -15,12 +15,12 @@ This has hardly been worked on and is essentially useless at its current state. [ ] More, probably -### Building -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. +### 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. ### Usage Firstly, to setup your environment, run scripts/arch.sh. The syntax of the command is as follows: -`sudo i {url}::{repo type}` +`sudo pack {url}::{repo type}` -This will add the tarball found at {url} to /imperfect/repo/{repo type}/tarballs. +This will add the tarball found at {url} to /usr/pack/repo/{repo type}/tarballs.