Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ execute Bash scripts in your command line.
2. In the terminal, execute `cd site/` to navigate in the right directory for hugo's website build.
3. Only if you added a new languages which doesn't exist on the website yet: Add you 2-letter language code in line 4 of the [build.sh
file](./site/build/build.sh#L4).
4. In your terminal, execute `./build/build.sh server`. This command will build the website and enable you to browse the result on your computer only. Open [localhost:1313](http://localhost:1313/) in your web browser to see it.
4. In your terminal, execute `site/build/build.sh server`. This command will build the website and enable you to browse the result on your computer only. Open [localhost:1313](http://localhost:1313/) in your web browser to see it.


## HowTos and FAQs
Expand Down