File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,8 @@ cargo binstall cargo-component wasm-tools warg-cli wkg --locked --no-confirm --f
120120wkg config --default-registry wa.dev
121121
122122# Allow publishing to a registry
123+ #
124+ # if WSL: `warg config --keyring-backend linux-keyutils`
123125warg key new
124126` ` `
125127
Original file line number Diff line number Diff line change @@ -83,6 +83,8 @@ cargo binstall cargo-component wasm-tools warg-cli wkg --locked --no-confirm --f
8383wkg config --default-registry wa.dev
8484
8585# Allow publishing to a registry
86+ #
87+ # if WSL: `warg config --keyring-backend linux-keyutils`
8688warg key new
8789```
8890
Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ cargo binstall cargo-component wasm-tools warg-cli wkg --locked --no-confirm --f
2323wkg config --default-registry wa.dev
2424
2525# Allow publishing to a registry
26+ #
27+ # if WSL: `warg config --keyring-backend linux-keyutils`
2628warg key new
2729```
2830
You can’t perform that action at this time.
0 commit comments