Skip to content

Commit

Permalink
Explain how the script locates the HTML source
Browse files Browse the repository at this point in the history
  • Loading branch information
leobalter authored Jul 6, 2020
1 parent 6da3554 commit 2d73fea
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,13 @@ Run the `build.sh` script from inside your `html-build` working directory, like
./build.sh
```

The first time this runs, it will ask for your input on where to clone the HTML source from, or where on your system to find it if you've already done that. If you're working to submit a pull request to [whatwg/html](https://github.com/whatwg/html), be sure to give it the URL of your fork.
The first time this runs, it will look up for the HTML source from a `../html` folder, if it exists. Otherwise, it may ask for your input on where to clone the HTML source from, or where on your system to find it if you've already done that. If you're working to submit a pull request to [whatwg/html](https://github.com/whatwg/html), be sure to give it the URL of your fork.

You may also set the environment variable `$HTML_SOURCE` to use a custom location for the HTML source. For example:

```bash
HTML_SOURCE=~/hacks/dhtml ./build.sh
```

## Building using a Docker container

Expand Down

0 comments on commit 2d73fea

Please sign in to comment.