docs: readme

This commit is contained in:
Jack Wills
2022-04-29 17:59:17 +00:00
parent 9b70fdfad7
commit f43c623813
5 changed files with 53 additions and 2 deletions
+8 -2
View File
@@ -28,9 +28,8 @@ See <a href="https://github.com/mrjackwills/oxker/releases" target='_blank' rel=
install
```bash
INSTALL_DIR="${HOME}/.local/bin"
tar xzvf oxker_linux_x86_64.tar.gz oxker
install -Dm 755 oxker -t "$INSTALL_DIR"
install -Dm 755 oxker -t "${HOME}/.local/bin"
rm oxker_linux_x86_64.tar.gz oxker
```
## Run
@@ -89,6 +88,13 @@ As of yet untested, needs work
Run some example docker images
using docker-compose.yml;
```docker compose -f docker-compose.yml up -d```
or individually
```docker run --name redis -d redis:alpine3.15```
```docker run --name postgres -e POSTGRES_PASSWORD=never_use_this_password_in_production -d postgres:alpine```