Skip to content
Open
Show file tree
Hide file tree
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 @@ -53,7 +53,7 @@ For much more detailed information on how to use Aurora.js, check out the
We use [browserify](https://github.com/substack/node-browserify) to build Aurora.js. To build Aurora.js
for the browser yourself, use the following commands:

npm install
npm ci
make browser

This will place a built `aurora.js` file, as well as a source map in the `build/` directory.
Expand All @@ -74,4 +74,4 @@ This can help shave off approx. 30 KB from the joined file, or 20 KB when minifi

## License

Aurora.js is released under the MIT license.
Aurora.js is released under the MIT license.
Loading