Skip to content

Commit b764543

Browse files
Changing Readme File
1 parent f9bc0af commit b764543

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ git clone --recurse-submodules https://github.com/osac/osac.github.io
1818
Then use,
1919

2020
```
21-
go server -D
21+
hugo server -D
2222
```
2323

2424
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.
2929

3030
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.
3131

32-
You can view your changes through the `go server -D` command as mentioned above.
32+
You can view your changes through the `hugo server -D` command as mentioned above.

0 commit comments

Comments
 (0)