Add git pull to README.md (#1460)

Minor addition to bring README.md in line with the web documentation.
Resolves #1447.
This commit is contained in:
slowriot
2024-10-14 23:55:16 +01:00
committed by GitHub
parent a36df02dc4
commit 50dffe11fa

View File

@@ -20,6 +20,7 @@ That explains how to use the emsdk to get the latest binary builds (without
compiling from source). Basically, that amounts to
```
git pull
./emsdk install latest
./emsdk activate latest
```