WSL: Difference between revisions
Jump to navigation
Jump to search
(→git) |
(→TODO) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
== | == Setup development environment for WSL == | ||
<quickmmd name="wsl-todo"> | <quickmmd name="wsl-todo"> | ||
| Line 15: | Line 15: | ||
</quickmmd> | </quickmmd> | ||
== | == GitHub Auth in WSL == | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
sudo snap install gh --classic | sudo snap install gh --classic | ||
gh auth login | |||
</syntaxhighlight> | </syntaxhighlight> | ||
Latest revision as of 09:27, 15 September 2026
Setup development environment for WSL
GitHub Auth in WSL
sudo snap install gh --classic
gh auth login