Skip to content

Commit

Permalink
create .ssh and Desktop folders in WSL2
Browse files Browse the repository at this point in the history
  • Loading branch information
dengdenglele authored Oct 16, 2023
1 parent 09cf9e0 commit 9fc4ad4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/source/dev_docs/setup/windows_wsl2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,15 @@ Install WSL2 via PowerShell:
Enter the following command:
wsl --install -d ubuntu

Restart your machine and setup a new user:
Restart your machine and and launch Ubuntu:

::

Press "WIN + S", type "ubuntu" and start "Ubuntu"
Setup a new user and assign a password
Create the default folder for ssh keys
mkdir ~/.ssh
Create the "Desktop" folder as workspace
mkdir ~/Desktop

Afterwards, follow the steps in :doc:`"Setup part 2: Git and SS" <dev_docs/setup/part_2_git_ssh>`.

0 comments on commit 9fc4ad4

Please sign in to comment.