Update readme
This commit is contained in:
parent
09b1449cb3
commit
71872e02d3
18
readme.md
18
readme.md
|
@ -9,7 +9,23 @@ Easily make a debian apt repo from a bunch of `.deb` files.
|
|||
|
||||
## Status
|
||||
|
||||
Proof of concept. Neither fast, efficient, secure, neat, or featureful
|
||||
Proof of concept. Neither fast, efficient, secure, neat, or featureful. Don't use in
|
||||
production unless you are really sure you know what you're doing and even then prepare
|
||||
to have your laundry eaten.
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
`debanator -debpath ./path/to/your/debs -httppass hunter2`
|
||||
|
||||
For more, see `-help`.
|
||||
|
||||
Then, on the system you want packages on:
|
||||
|
||||
- `echo "deb http://debanator:hunter2@<host of debanator>:1612/ stable main`
|
||||
- `curl http://debanator:hunter2@<host of debanator>:1612/pubkey.gpg | apt-key add -`
|
||||
- `apt update`
|
||||
- `apt install your-package`
|
||||
|
||||
## Discussion
|
||||
|
||||
|
|
Loading…
Reference in New Issue