mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-02-13 16:05:13 +00:00
re Felix: don't half-duplicate Linux instructions
This commit is contained in:
parent
afc61d24a3
commit
6a99976a12
1 changed files with 1 additions and 9 deletions
|
@ -17,15 +17,7 @@ All programming will take place in its `beginner/` and `advanced/` subfolders.
|
|||
|
||||
**Windows**: Go to [https://code.visualstudio.com](https://code.visualstudio.com) and run the installer.
|
||||
|
||||
**Linux**: Check your Linux distribution package manager (example below). If it's not there, follow the instructions on [https://code.visualstudio.com/docs/setup/linux](https://code.visualstudio.com/docs/setup/linux).
|
||||
|
||||
``` console
|
||||
$ # If you're using Arch Linux
|
||||
$ sudo pacman -S code
|
||||
|
||||
$ # If you're using Ubuntu, search the Software Center or try
|
||||
$ sudo snap install --classic code
|
||||
```
|
||||
**Linux**: Follow the instructions for your distribution on [https://code.visualstudio.com/docs/setup/linux](https://code.visualstudio.com/docs/setup/linux).
|
||||
|
||||
**macOS**: Go to [https://code.visualstudio.com](https://code.visualstudio.com) and click on "Download for Mac"
|
||||
|
||||
|
|
Loading…
Reference in a new issue