mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
Update README.md
This commit is contained in:
committed by
Aiden McClelland
parent
2bbb4206ea
commit
b4ffcb7ab5
@@ -1,6 +1,6 @@
|
|||||||
# Building Embassy OS
|
# Building Embassy OS
|
||||||
|
|
||||||
⚠️ The commands given assume a Debian or Ubuntu-based environment. ⚠️
|
⚠️ The commands given assume a Debian or Ubuntu-based environment. *Building in a VM is NOT yet supported* ⚠️
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
@@ -18,10 +18,10 @@
|
|||||||
- Setup buildx (https://docs.docker.com/buildx/working-with-buildx/)
|
- Setup buildx (https://docs.docker.com/buildx/working-with-buildx/)
|
||||||
- Create a builder: `docker buildx create --use`
|
- Create a builder: `docker buildx create --use`
|
||||||
- Add multi-arch build ability: `docker run --rm --privileged linuxkit/binfmt:v0.8`
|
- Add multi-arch build ability: `docker run --rm --privileged linuxkit/binfmt:v0.8`
|
||||||
- Node
|
- Node Version 12+
|
||||||
- `sudo apt install -y nodejs`
|
- `sudo apt install -y nodejs`
|
||||||
- https://nodejs.org/en/docs
|
- https://nodejs.org/en/docs
|
||||||
- NPM
|
- NPM Version 7+
|
||||||
- `sudo apt install -y npm`
|
- `sudo apt install -y npm`
|
||||||
- https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
|
- https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
|
||||||
- jq
|
- jq
|
||||||
|
|||||||
Reference in New Issue
Block a user