Explorar el Código

Typo fix on documentation

t0n3 hace 8 años
padre
commit
ea23ca02ef
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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 .
 ```