Skip to content

Commit adb8355

Browse files
committed
README was missing wasm-tools restore.
1 parent 782253d commit adb8355

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,20 @@ Live demo: https://ashy-island-008420303.4.azurestaticapps.net/
44

55
## Setup
66

7+
Make sure to have `wasm-tools` workload installed:
8+
9+
```bash
10+
cd dotnet
11+
dotnet workload restore
12+
```
13+
714
### Linux
815

916
Long version, from root:
1017

1118
``` bash
1219
# builds the dotnet project, creating build artifacts in dist/dotnet
13-
dotnet publish -c Debug ./dotnet/qr.csproj
20+
dotnet publish -c Debug ./dotnet/QRGenerator.csproj
1421
cd react
1522
# installs node packages:
1623
npm install

0 commit comments

Comments
 (0)