Skip to content

Commit

Permalink
Add build instructions to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuuuube committed Nov 22, 2024
1 parent e50a50d commit fb2b9e9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,16 @@ If you want to add or improve support for a language, read the documentation on

Feel free to join us on the [Yomitan Discord](https://discord.gg/YkQrXW6TXF).

## Building Yomitan

1. Install [Node.js](https://nodejs.org/) and [npm](https://www.npmjs.com/).

2. Run `npm ci` and `npm run build`.

3. The builds for each browser and release branch can be found in the `builds` directory.

For more information, see [Contributing](./CONTRIBUTING.md#setup).

## Third-Party Libraries

Yomitan uses several third-party libraries to function.
Expand Down

0 comments on commit fb2b9e9

Please sign in to comment.