浏览代码

Typo fix on documentation

t0n3 8 年之前
父节点
当前提交
ea23ca02ef
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -5,7 +5,7 @@ It to expose your files from a given directory, simply and nicely.
 ## Building
 
 ```
-go build --o bin/sakuin
+go build -o bin/sakuin
 ```
 
 ## Usage
@@ -21,6 +21,6 @@ Usage of sakuin:
 ## Building Docker image
 
 ```
-GOOS=linux go build --o bin/sakuin
+GOOS=linux go build -o bin/sakuin
 docker build .
 ```