Browse Source

Update README.

master
treyzania 4 years ago
parent
commit
b52f2c5576
1 changed files with 4 additions and 2 deletions
  1. 4
    2
      README.md

+ 4
- 2
README.md View File

@@ -9,6 +9,8 @@ This might work on macOS Docker, probably not Windows, but you can try I guess.
I'm not sure why you would want to run this on anything other than a big ol'
Linux server though.

**INCOMPLETE: Doesn't do everything I want and is currently kinda useless.**

## Initial Setup

First, generate your personal configuration.
@@ -17,8 +19,6 @@ First, generate your personal configuration.
./yarrbox.py init
```

(after this step isn't implemented yet)

Next, generate the `docker-compose.yml` file.

```sh
@@ -28,6 +28,8 @@ Next, generate the `docker-compose.yml` file.
Then, you can launch everything, make sure to detach from them so you're not
spammed with the output of all these programs.

(This doesn't work yet, not everything is in place.)

```sh
sudo docker-compose up -d
```

Loading…
Cancel
Save