From cdb26b9f963a3bb5caf151c0dbe537adcb630683 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 31 Dec 2024 23:47:58 -0500 Subject: [PATCH] Added instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fdb7435..c851441 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,7 @@ Make sure to clone the repository using `git clone` so it could fetch all the fi # Submitting a ShiftOS binary If you have a ShiftOS binary, zip it (if it has dependencies) then put it on `public/assets/downloads/(version here)`. Then submit a pull request. + +# How to build +- Download NodeJS, and Yarn +- Run `yarn install` and `yarn run dev` \ No newline at end of file