From 50dffe11fa1862bbda106ab49a5a7e495cbbebac Mon Sep 17 00:00:00 2001 From: slowriot Date: Mon, 14 Oct 2024 23:55:16 +0100 Subject: [PATCH] Add git pull to README.md (#1460) Minor addition to bring README.md in line with the web documentation. Resolves #1447. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4369f14..927f83e 100644 --- a/README.md +++ b/README.md @@ -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 ```