Skip to content

Commit

Permalink
chore: update readme for dev setup in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
JoschkaSchulz committed Oct 7, 2024
1 parent 8708805 commit 4e6062a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,15 @@ This will list links and logos to all the usergroups.

### Install locally

### On a Docker Container

```sh
docker-compose up postgres -d

./bin/setup
./bin/rails server
```

### On your machine

#### Install PostgreSQL
Expand Down

0 comments on commit 4e6062a

Please sign in to comment.