Skip to content

Commit cfb7be3

Browse files
authored
Minor changes in Readme for the wasm build (#117)
1 parent 6692a45 commit cfb7be3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ cd ./xeus-cpp
6767
Now you'll want to create a clean mamba environment containing the tools you'll need to do a wasm build. This can be done by executing
6868
the following
6969
```bash
70-
micromamba create -n "xeus-cpp-wasm-build" -y environment-wasm-build.yml
70+
micromamba create -f environment-wasm-build.yml -y
71+
micromamba activate xeus-cpp-wasm-build
7172
```
7273

7374
You'll now want to make sure you're using emsdk version "3.1.45" and activate it. You can get this by executing the following

0 commit comments

Comments
 (0)