From 99bc7b637327263510f996aa2ce6bc792c7084f9 Mon Sep 17 00:00:00 2001 From: Marno van der Maas Date: Fri, 8 Nov 2024 11:24:42 +0000 Subject: [PATCH] Getting started now points to v1.0 --- doc/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/getting-started.md b/doc/getting-started.md index 8194b64..29b6464 100644 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -109,7 +109,7 @@ Nix can and will build everything from source if it can't find a cached version, Clone the sonata software repository, *making sure to recursively clone submodules as well*, then navigate into it. ```sh -git clone --branch v0.4 \ +git clone --branch v1.0 \ --recurse-submodule \ https://github.com/lowRISC/sonata-software.git cd sonata-software