소스 검색

fix installation section (curl command)

nagadomi 10 년 전
부모
커밋
2ecd3a4006
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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