mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +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`
|
||||
- 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
|
||||
cd embassy-os
|
||||
git submodule update --init --recursive
|
||||
git clone --recursive https://github.com/Start9Labs/embassy-os.git --branch v0.3.0.3
|
||||
```
|
||||
|
||||
## Build
|
||||
|
||||
```
|
||||
cd embassy-os
|
||||
make
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user