Skip to content

Commit 8f6e11c

Browse files
committed
add wsl ref to keyring-backend of warg config
1 parent 8bbe495 commit 8f6e11c

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ cargo binstall cargo-component wasm-tools warg-cli wkg --locked --no-confirm --f
120120
wkg config --default-registry wa.dev
121121
122122
# Allow publishing to a registry
123+
#
124+
# if WSL: `warg config --keyring-backend linux-keyutils`
123125
warg key new
124126
```
125127

docs/tutorial/2-setup.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ cargo binstall cargo-component wasm-tools warg-cli wkg --locked --no-confirm --f
8383
wkg config --default-registry wa.dev
8484

8585
# Allow publishing to a registry
86+
#
87+
# if WSL: `warg config --keyring-backend linux-keyutils`
8688
warg key new
8789
```
8890

docs/tutorial/5-build.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ cargo binstall cargo-component wasm-tools warg-cli wkg --locked --no-confirm --f
2323
wkg config --default-registry wa.dev
2424

2525
# Allow publishing to a registry
26+
#
27+
# if WSL: `warg config --keyring-backend linux-keyutils`
2628
warg key new
2729
```
2830

0 commit comments

Comments
 (0)