aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lee <[email protected]>2024-12-31 23:47:58 -0500
committerAndrew Lee <[email protected]>2024-12-31 23:47:58 -0500
commitcdb26b9f963a3bb5caf151c0dbe537adcb630683 (patch)
treee278844cb6b97f0fa676a9e051492a5eb7fe8a0d
parent5a93dfb39f5bec6d76c694f1ae834368658d7361 (diff)
downloadshiftos-archive-website-cdb26b9f963a3bb5caf151c0dbe537adcb630683.tar.gz
shiftos-archive-website-cdb26b9f963a3bb5caf151c0dbe537adcb630683.tar.bz2
shiftos-archive-website-cdb26b9f963a3bb5caf151c0dbe537adcb630683.zip
Added instructions
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
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