mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
☯️ For the peace of mind ☯️ (#1444)
Simplifying and clarifying for first time builders
This commit is contained in:
@@ -31,17 +31,16 @@
|
|||||||
- `sudo snap install yq`
|
- `sudo snap install yq`
|
||||||
- https://mikefarah.gitbook.io/yq
|
- https://mikefarah.gitbook.io/yq
|
||||||
|
|
||||||
2. Clone the repo, move into it, and bring in required submodules
|
2. Clone the latest repo with required submodules
|
||||||
|
> :information_source: You chan check latest available version [here](https://github.com/Start9Labs/embassy-os/releases)
|
||||||
```
|
```
|
||||||
git clone --recursive https://github.com/Start9Labs/embassy-os.git
|
git clone --recursive https://github.com/Start9Labs/embassy-os.git --branch v0.3.0.3
|
||||||
cd embassy-os
|
|
||||||
git submodule update --init --recursive
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
```
|
```
|
||||||
|
cd embassy-os
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user