Selaa lähdekoodia

Add correct paths to the run script

tags/1.0^2
9seconds 6 vuotta sitten
vanhempi
commit
47364e7ba8
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1
    1
      README.md
  2. 1
    1
      run.sh

+ 1
- 1
README.md Näytä tiedosto

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 Näytä tiedosto

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
 

Loading…
Peruuta
Tallenna