Include some barebones documentation
This commit is contained in:
parent
97440f1352
commit
4a3ce70751
@ -1 +1,9 @@
|
||||
{}
|
||||
{
|
||||
"db": {
|
||||
"host": "postgres",
|
||||
"password": "correcthorse"
|
||||
},
|
||||
"web": {
|
||||
"port": 8080
|
||||
}
|
||||
}
|
6
readme.md
Normal file
6
readme.md
Normal file
@ -0,0 +1,6 @@
|
||||
# Archery
|
||||
## Build system for pacman
|
||||
|
||||
Quickly trigger build jobs on a remote system (perhaps one with more RAM?) for debugging packaging issues. Switch between Artix and Arch to compare builds. Enable testing or staging repos in a single click.
|
||||
|
||||
Consult [docker-compose.yml](docker-compose.yml) and [config.example.json](config/config.example.json) to get an understanding of how to deploy Archery.
|
Loading…
x
Reference in New Issue
Block a user