use raw githubusercontent in readme files
This commit is contained in:
parent
e9ed83daa9
commit
f63bfe21bc
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ You need to install [docker-compose](https://docs.docker.com/compose/install/).
|
|||
|
||||
### Step 1: Download and run `docker-compose.yml`.
|
||||
```
|
||||
wget https://github.com/m1k1o/blog/blob/master/docker-compose.yml
|
||||
wget https://raw.githubusercontent.com/m1k1o/blog/master/docker-compose.yml
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
|
@ -55,7 +55,7 @@ Download default config file and copy to your new `./data/` directory.
|
|||
|
||||
```
|
||||
mkdir data && cd data
|
||||
wget https://github.com/m1k1o/blog/blob/master/config.ini
|
||||
wget https://raw.githubusercontent.com/m1k1o/blog/master/config.ini
|
||||
```
|
||||
|
||||
Now you can modify your config.
|
||||
|
|
Loading…
Add table
Reference in a new issue