We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9bc0af commit b764543Copy full SHA for b764543
1 file changed
README.md
@@ -18,7 +18,7 @@ git clone --recurse-submodules https://github.com/osac/osac.github.io
18
Then use,
19
20
```
21
-go server -D
+hugo server -D
22
23
24
To open up a localhost server. Go to browser at http://localhost:1313 or the url specified in output to above command.
@@ -29,4 +29,4 @@ Change the front matter tags to appropirate one and write your post in markdown.
29
30
If you need to add images, put them in /static/img/ folder by creating a directory same as post name and placing images inside that directory.
31
32
-You can view your changes through the `go server -D` command as mentioned above.
+You can view your changes through the `hugo server -D` command as mentioned above.
0 commit comments