~fkooman/vpn-documentation

e924681ef450dabeeafb6f82ade9f38fe757ab44 — François Kooman 4 months ago daa7cf5
fix link to codeberg
1 files changed, 2 insertions(+), 2 deletions(-)

M DEVELOPMENT_SETUP.md
M DEVELOPMENT_SETUP.md => DEVELOPMENT_SETUP.md +2 -2
@@ 53,8 53,8 @@ Download the `development_setup.sh` script from this repository and run it. It
will by default create a directory `${HOME}/Project/eduVPN-v2` under which 
everything will be installed. No `root` is required!

```
$ curl -L -O https://raw.githubusercontent.com/eduvpn/documentation/v2/development_setup.sh
```bash
$ curl -L -O https://codeberg.org/eduVPN/documentation/raw/branch/v2/development_setup.sh
$ sh ./development_setup.sh
```