Skip to content

Commit 5693314

Browse files
committed
fix
1 parent b270fa8 commit 5693314

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

conan_config/profiles/emsdk/README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,9 @@ This repository includes the following profiles:
7979
- `wasm32`: WebAssembly 32-bit target (default).
8080
- `wasm64`: Experimental 64-bit WebAssembly target (for projects needing >4 GB dynamic memory).
8181

82-
### ⬇️ Installation of profiles
83-
84-
In order to install the emsdk profiles of this repo to your Conan cache profiles folder, use the following command:
85-
86-
```
87-
$ conan config install https://github.com/conan-io/conan-toolchains.git -sf=conan_config/profiles -tf=profiles
88-
```
89-
9082
### ▶️ Usage
9183

92-
After installing the profiles, you can build your project like this:
84+
After installing the profiles (TBD), you can build your project like this:
9385

9486
```
9587
$ conan build <path> -pr emsdk/wasm32

0 commit comments

Comments
 (0)