From 16be5bdcdcd724028260b94eda2816a39eccdbc4 Mon Sep 17 00:00:00 2001 From: Marko2155 <98662057+Marko2155@users.noreply.github.com> Date: Thu, 9 May 2024 17:45:43 +0200 Subject: [PATCH] Update DevKit.md --- Docs/articles/Installation/DevKit.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/articles/Installation/DevKit.md b/Docs/articles/Installation/DevKit.md index 515e7c35dd..08f95b01c1 100644 --- a/Docs/articles/Installation/DevKit.md +++ b/Docs/articles/Installation/DevKit.md @@ -31,7 +31,7 @@ * QEMU or any other virtual machine. See [Running](https://cosmosos.github.io/articles/Installation/Running.html) for more information. ### Installation -Git cline the current source code of Cosmos. +Git clone the current source code of Cosmos. Run `make` to build Cosmos. Cosmos will clone all the required repos, build itself, and install it and its nuget packages to the system automatically. ## MacOS (Apple Silicon/Intel) @@ -39,7 +39,7 @@ It is currently difficult to build Cosmos on Apple Silicon Devices. So, we are g ### Prerequisites -* Docker (`brew cask install docker`) +* Docker (`brew install --cask docker`) * QEMU or any other virtual machine. See [Running](https://cosmosos.github.io/articles/Installation/Running.html) for more information.