Skip to content

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
alxlion committed Oct 13, 2024
1 parent 091ac3c commit 5037354
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions self-hosting/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ cd assets && npm i
7. **Allow execution of startup file**

```sh
chmod +x ./start.sh
chmod +x ./dev.sh
```

8. **Start Phoenix endpoint with**

```sh
./start.sh
./dev.sh start
```

:::info Database
Expand Down

0 comments on commit 5037354

Please sign in to comment.