Explorar el Código

fix installation section (curl command)

nagadomi hace 10 años
padre
commit
2ecd3a4006
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -84,7 +84,7 @@ th waifu2x.lua
 #### Install luajit 2.0.4
 
 ```
-curl http://luajit.org/download/LuaJIT-2.0.4.tar.gz
+curl -O http://luajit.org/download/LuaJIT-2.0.4.tar.gz
 tar -xzvf LuaJIT-2.0.4.tar.gz
 cd LuaJIT-2.0.4
 make