Skip to content

Commit

Permalink
merge: update links on fresh install page (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marie committed Dec 19, 2023
2 parents 62b5e45 + dd75147 commit 2e10ecf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/docs/install/fresh.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ mkdir Sharkey && mkdir Sharkey/.config
Fetch all required examples and enter directory:

```bash
wget -O Sharkey/docker-compose.yml https://raw.githubusercontent.com/transfem-org/Sharkey/stable/docker-compose.yml.example
wget -O Sharkey/.config/default.yml https://raw.githubusercontent.com/transfem-org/Sharkey/stable/.config/example.yml
wget -O Sharkey/.config/docker.env https://raw.githubusercontent.com/transfem-org/Sharkey/stable/.config/docker_example.env
wget -O Sharkey/docker-compose.yml https://git.joinsharkey.org/Sharkey/Sharkey/raw/branch/stable/docker-compose.yml.example
wget -O Sharkey/.config/default.yml https://git.joinsharkey.org/Sharkey/Sharkey/raw/branch/stable/.config/example.yml
wget -O Sharkey/.config/docker.env https://git.joinsharkey.org/Sharkey/Sharkey/raw/branch/stable/.config/docker_example.env
cd Sharkey
```

Expand Down

0 comments on commit 2e10ecf

Please sign in to comment.