Просмотр исходного кода

Add correct paths to the run script

tags/1.0^2
9seconds 6 лет назад
Родитель
Сommit
47364e7ba8
2 измененных файлов: 2 добавлений и 2 удалений
  1. 1
    1
      README.md
  2. 1
    1
      run.sh

+ 1
- 1
README.md Просмотреть файл

227
 Please ensure that docker is installed. After that just execute
227
 Please ensure that docker is installed. After that just execute
228
 
228
 
229
 ```console
229
 ```console
230
-curl -sfL https:// | bash
230
+curl -sfL --compressed https://raw.githubusercontent.com/9seconds/mtg/master/run.sh | bash
231
 ```
231
 ```
232
 
232
 
233
 
233
 

+ 1
- 1
run.sh Просмотреть файл

9
 # Example:
9
 # Example:
10
 #   export MTG_CONFIG="$HOME/mtg_config"
10
 #   export MTG_CONFIG="$HOME/mtg_config"
11
 #   export MTG_IMAGENAME="nineseconds/mtg:latest"
11
 #   export MTG_IMAGENAME="nineseconds/mtg:latest"
12
-#   curl -sfL https://lalala | bash
12
+#   curl -sfL --compressed https://raw.githubusercontent.com/9seconds/mtg/master/run.sh | bash
13
 
13
 
14
 set -eu -o pipefail
14
 set -eu -o pipefail
15
 
15
 

Загрузка…
Отмена
Сохранить