From ce81bf6b0cd22ff1b809d8afb2e1b127e277f1d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Str=C3=B6mberg?= Date: Mon, 5 Dec 2022 11:36:37 +0100 Subject: [PATCH] Add link to Getting Started with VS Code --- docs/site/getting-started.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/site/getting-started.md b/docs/site/getting-started.md index 324a5376d..62bd41ad4 100644 --- a/docs/site/getting-started.md +++ b/docs/site/getting-started.md @@ -12,6 +12,7 @@ Depending on wether you want to just start a Clojure REPL or you have a project ## Install VS Code and Calva 1. [Downloading VS Code](https://code.visualstudio.com/Download) and run the installer. + * Also get aquainted to the basics of VS Code, if you aren't already. Here's an excellent intro: [Getting Started with VS Code](https://code.visualstudio.com/docs/introvideos/basics) 2. Install Calva. The easiest way to do that is to start VS Code and search for `Calva` in the [VS Code Extension pane](https://code.visualstudio.com/docs/editor/extension-marketplace), then click **Install**. ## Say hello to Calva