mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-24 14:58:09 +00:00
vscode links
Signed-off-by: Ana Hobden <operator@hoverbear.org>
This commit is contained in:
parent
6892d63296
commit
75eeca45bf
1 changed files with 3 additions and 3 deletions
|
@ -2,16 +2,16 @@
|
|||
|
||||
## VS Code
|
||||
|
||||
**Windows**: Go to https://code.visualstudio.com and run the installer
|
||||
**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
|
||||
**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
|
||||
$ # Arch Linux
|
||||
$ sudo pacman -S code
|
||||
```
|
||||
|
||||
**macOS**: Go to https://code.visualstudio.com and click on "Download for Mac"
|
||||
**macOS**: Go to [https://code.visualstudio.com](https://code.visualstudio.com) and click on "Download for Mac"
|
||||
|
||||
## OS specific dependencies
|
||||
|
||||
|
|
Loading…
Reference in a new issue