Skip to content

Commit

Permalink
docs: fix the code formatting in the README.
Browse files Browse the repository at this point in the history
  • Loading branch information
zicklag authored Mar 24, 2024
1 parent a212453 commit 693ca7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ Now we can run our OOYE bridge.
dd if=/dev/urandom bs=32 count=1 2> /dev/null | basenc --base16 | dd conv=lcase 2> /dev/null
```
2. Create a blank database file for ooye:
```bash
```bash
touch ooye.db
# OOYE runs as user 1001 in the container
# so we make sure the database owner matches.
sudo chown 1001:1001 ooye.db
```
2. Create a `docker-compose.yml` like the one below, but with your server info and tokens substituted
Expand Down

0 comments on commit 693ca7c

Please sign in to comment.