From ecb0087ad21a866634349e7af995b48d9148640f Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Mon, 2 Dec 2024 13:21:13 +0100 Subject: [PATCH] Update README.rst Signed-off-by: Andreas Lauser Signed-off-by: Gerrit Ecke --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b8026ea..072d3c1 100644 --- a/README.rst +++ b/README.rst @@ -23,7 +23,7 @@ Create workspace from west.yml in this directory, e.g. # create a workspace mkdir ardep-workspace # clone this repo into workspace - cd ardep-workspace && git clone git@github.com:frickly-systems/ardep.git ardep + cd ardep-workspace && git clone git@github.com:mercedes-benz/ardep.git ardep # init west workspace from west.yml cd ardep && west init -l --mf ./west.yml . # update workspace, fetches dependencies @@ -39,7 +39,7 @@ Those images are not signed (without signature validation). Build the bootloader -------------------- -It is recommendet to use the `ardep` subcommand of `west` to build the bootloader. +It is recommended to use the `ardep` subcommand of `west` to build the bootloader. .. code-block:: console