Skip to content

Commit b6de18e

Browse files
committed
use raw github link
1 parent 44b8a88 commit b6de18e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deployment/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ VPS = Virtual Private Server
1111
3. SSH into the VPS, you can usually do this from the Digital Ocean web interface.
1212
4. Run the command (This will take a while)
1313

14-
`curl -s -L https://github.com/duinoapp/duinoapp-server/blob/master/deployment/init-server.sh | sudo bash`
15-
5. Run the command `nano docker-compose.yml`
14+
`curl -s -L https://raw.githubusercontent.com/duinoapp/duinoapp-server/master/deployment/init-server.sh | sudo bash`
15+
5. Run the command `sudo nano docker-compose.yml`
1616
6. Edit the content of the file where indicated, you should enter details like the domain, subdomain, email, server info
1717
7. When done editing, press `Ctl+X`, `Y`, and then `Enter`
18-
8. Run `docker-compose up -d`
18+
8. Run `sudo docker-compose up -d`
1919

2020
The server should now be available on your subdomain.
2121

0 commit comments

Comments
 (0)