Skip to content

Commit 3f2b7f1

Browse files
committed
undo unintentional commit
1 parent 1e8902a commit 3f2b7f1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/HowToGuides/GettingStarted.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,11 @@ Phew, that's a lot to digest! Now let's proceed to the actual build itself!
225225

226226
### The actual build
227227

228-
1. (Optional) Sccache defaults to a cache size of 10GB, which is relatively
228+
1. Make sure you have Sccache running.
229+
```sh
230+
sccache --start-server
231+
```
232+
(Optional) Sccache defaults to a cache size of 10GB, which is relatively
229233
small compared to build artifacts. You can bump it up, say by setting
230234
`export SCCACHE_CACHE_SIZE="50G"` in your dotfile(s). For more details,
231235
see the [Sccache README][Sccache].

0 commit comments

Comments
 (0)