Skip to content

Commit e5e9b71

Browse files
marnovandermaasHU90m
authored andcommittedJan 6, 2025·
Getting started: minor updates
1 parent a1bbf7f commit e5e9b71

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
 

‎doc/getting-started.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ You will install it but don't need to know anything about it to follow these ins
1111
You will also need to setup the Sonata board itself with the latest release.
1212
Read the [updating the sonata system guide](https://lowrisc.github.io/sonata-system/doc/guide/updating-system.html) for instructions on how to do this.
1313
You only need to follow the first two steps listed there.
14-
The 'Building examples' step requires the environment setup detailed below.
1514

1615
Only Windows requires specific instructions, Nix handles everything you need on Linux and macOS.
1716
So if you're not using Windows jump straight to [Installing Nix](#installing-nix).
@@ -103,11 +102,12 @@ warning: ignoring untrusted substituter 'https://nix-cache.lowrisc.org/public/',
103102
```
104103

105104
If you see the warning that substituter is ignored, cancel the process with Ctrl+C and check to see that [trusted-users is setup properly](#setup-cache).
106-
Nix can and will build everything from source if it can't find a cached version, so letting it continue will cause LLVM-Cheriot to be built from scratch on your machine.
105+
Nix can and will build everything from source if it can't find a cached version, so letting it continue will cause LLVM-CHERIoT to be built from scratch on your machine.
107106

108107
## Your first build
109108

110-
Clone the sonata software repository, *making sure to recursively clone submodules as well*, then navigate into it.
109+
Clone the Sonata software repository, *making sure to recursively clone submodules as well*, then navigate into it.
110+
111111
```sh
112112
git clone --branch v1.0 \
113113
--recurse-submodule \
@@ -250,7 +250,8 @@ warning: ./cheriot-rtos/sdk/xmake.lua:116: unknown language value 'c2x', it may
250250
warning: add -v for getting more warnings ..
251251
```
252252

253-
With a successful software build you can now try [running software](./guide/running-software.md)
253+
If you're following this guide as preparation for a workshop, you are now all set up and don't need to go any further.
254+
With a successful software build you can now try [running software](./guide/running-software.md).
254255

255256
### Debug logs
256257

0 commit comments

Comments
 (0)
Please sign in to comment.