Updated README
This commit is contained in:
parent
f0b47ac83b
commit
129b97f821
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -1,4 +1,4 @@
|
||||||
# The Imperfect Package Manager
|
# Pack
|
||||||
Extremely in progress
|
Extremely in progress
|
||||||
|
|
||||||
### Disclaimer
|
### Disclaimer
|
||||||
|
@ -15,12 +15,12 @@ This has hardly been worked on and is essentially useless at its current state.
|
||||||
|
|
||||||
[ ] More, probably
|
[ ] More, probably
|
||||||
|
|
||||||
### Building
|
### 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.
|
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
|
### Usage
|
||||||
Firstly, to setup your environment, run scripts/arch.sh. The syntax of the command is as follows:
|
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.
|
||||||
|
|
Loading…
Reference in a new issue