-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update npm packages (#1201)
- Loading branch information
Showing
12 changed files
with
6,018 additions
and
5,063 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
55 changes: 55 additions & 0 deletions
55
.docs/content/1.installation/2.windows/2.useful-commands-for-wsl2.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
# Useful commands for WSL2 | ||
|
||
- To verify the WSL version: | ||
|
||
```powershell [powershell] | ||
wsl --list --verbose | ||
``` | ||
|
||
- To view installed distro list: | ||
|
||
```powershell [powershell] | ||
wsl --list | ||
``` | ||
|
||
- To change the default distro: | ||
|
||
```powershell [powershell] | ||
wsl --set-default <distro_name> | ||
``` | ||
|
||
- To launch a distro: | ||
|
||
```powershell [powershell] | ||
wsl -d <distro_name> | ||
``` | ||
|
||
- To launch the default distro: | ||
|
||
```powershell [powershell] | ||
wsl | ||
``` | ||
|
||
- To launch a distro with a specific user: | ||
|
||
```powershell [powershell] | ||
wsl -d <distro_name> -u <user_name> | ||
``` | ||
|
||
- To launch a command in a distro: | ||
|
||
```powershell [powershell] | ||
wsl -d <distro_name> -e <command> | ||
``` | ||
|
||
- To lanch a distro in a specific directory: | ||
|
||
```powershell [powershell] | ||
wsl -d <distro_name> -w <directory> | ||
``` | ||
|
||
- To uninstall a distro: | ||
|
||
```powershell [powershell] | ||
wsl --unregister <distro_name> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Installation on Windows | ||
|
||
::alert{type="warning"} | ||
Currently, ArmoniK is only available on Linux. But you can use [WSL2 to install ArmoniK](./0.installation-using-wsl2.md) on Windows. | ||
:: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.