Skip to content

Commit 5037354

Browse files
committed
Update script
1 parent 091ac3c commit 5037354

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

self-hosting/development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ cd assets && npm i
4747
7. **Allow execution of startup file**
4848

4949
```sh
50-
chmod +x ./start.sh
50+
chmod +x ./dev.sh
5151
```
5252

5353
8. **Start Phoenix endpoint with**
5454

5555
```sh
56-
./start.sh
56+
./dev.sh start
5757
```
5858

5959
:::info Database

0 commit comments

Comments
 (0)