From 84463673e209082a1bf6c2ff9221791364cfc7b0 Mon Sep 17 00:00:00 2001 From: Mariusz Kogen Date: Mon, 16 May 2022 19:09:11 +0200 Subject: [PATCH] =?UTF-8?q?=E2=98=AF=EF=B8=8F=20For=20the=20peace=20of=20m?= =?UTF-8?q?ind=20=E2=98=AF=EF=B8=8F=20(#1444)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Simplifying and clarifying for first time builders --- build/README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/build/README.md b/build/README.md index 9d6d1e262..54500f8fe 100644 --- a/build/README.md +++ b/build/README.md @@ -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 ```