Updated README

This commit is contained in:
Skye Bleed 2019-09-03 16:43:28 -05:00
parent f0b47ac83b
commit 129b97f821
1 changed files with 5 additions and 5 deletions

View File

@ -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.