update readme

This commit is contained in:
Emile Nijssen 2021-05-23 15:59:50 +02:00
parent f266f168da
commit a3ff5ab502
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ Make sure you have [Docker](https://docs.docker.com/get-docker/) installed.
```bash
# Create a directory for the configuration files
$ mkdir ~/wg-easy
$ cd ~/wg-easy
$ mkdir ~/.wg-easy
$ cd ~/.wg-easy
$ curl https://raw.githubusercontent.com/WeeJeWel/wg-easy/master/docker-compose.yml
$ open docker-compose.yml
```