Updated README
This commit is contained in:
parent
b2a06332d1
commit
798a1ed46c
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -6,10 +6,21 @@ This has hardly been worked on and is essentially useless at its current state.
|
||||||
|
|
||||||
### TODO
|
### TODO
|
||||||
[ ] Parse cmdline options well, including parsing the package name from the package repo
|
[ ] Parse cmdline options well, including parsing the package name from the package repo
|
||||||
|
|
||||||
[ ] Make a KO
|
[ ] Make a KO
|
||||||
|
|
||||||
[ ] Correctly download from several repos
|
[ ] Correctly download from several repos
|
||||||
|
|
||||||
[ ] Unpack tarballs of various types
|
[ ] Unpack tarballs of various types
|
||||||
|
|
||||||
[ ] More, probably
|
[ ] More, probably
|
||||||
|
|
||||||
### Building
|
### 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.
|
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.
|
||||||
|
|
||||||
|
### Usage
|
||||||
|
Firstly, to setup your environment, run scripts/arch.sh. The syntax of the command is as follows:
|
||||||
|
|
||||||
|
`sudo i {url}::{repo type}`
|
||||||
|
|
||||||
|
This will add the tarball found at {url} to /imperfect/repo/{repo type}/tarballs.
|
||||||
|
|
Loading…
Reference in a new issue