diff --git a/README.md b/README.md index 11270c4..f6ef20e 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,14 @@ Frontend for the self-hosted Minecraft authentication server # How to use 1. Install dependencies +
`yarn add` OR `npm i` + 2. Build project +
`yarn build` OR `npm build` + 3. Move build to yggdrasil +
`mv dist/* [folder to yggdrasil]/static/`