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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ Install [read the docs theme](https://github.com/snide/sphinx_rtd_theme):

Build the docs and open them in your browser:

$ cd uforge-appcenter
$ cd appcenter-docs
$ make html

The html files are in the build directory for each sub-project, for example, the end user guide:

$ open uforge-appcenter/build/html/index.html
$ xdg-open end-user/en/build/html/index.html

You can also build each guide individually, note though the end user guide and admin guide depend on the API guide.

Expand Down