Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fladd authored May 30, 2024
1 parent 415f058 commit 51e4436
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Expyriment documentation source
Used to build online documentation via CI at http://docs.expyriment.org.

## How to build manually
## How to build manually (requires the unix `make` command)
1. Clone this repository
2. Clone [expyriment source](https://github.com/expyriment/expyriment)
3. To build the HTML documentation, run
`make html EXPYRIMENT_PATH=<path-to-expyriment-source>`
where <path-to-expyriment-source is a (relative or absolute) path to the cloned expyriment source from step 2
4 Find the built html files in `_build/html`
3. To build the HTML documentation, run
```make html EXPYRIMENT_PATH=<path-to-expyriment-source>```
where `<path-to-expyriment-source>` is a (relative or absolute) path to the cloned expyriment source from step 2
4. Find the built html files in the directory __build/html_

0 comments on commit 51e4436

Please sign in to comment.