From f55763ed63c853557b499e0c1f0b2d4589cb5766 Mon Sep 17 00:00:00 2001 From: sinedied Date: Fri, 7 Apr 2023 14:21:01 +0200 Subject: [PATCH] Improve setup doc --- docs/src/docs/asciidoc/01-setup-project/setup-project.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/asciidoc/01-setup-project/setup-project.adoc b/docs/src/docs/asciidoc/01-setup-project/setup-project.adoc index 5eafe6e..4cf5e87 100644 --- a/docs/src/docs/asciidoc/01-setup-project/setup-project.adoc +++ b/docs/src/docs/asciidoc/01-setup-project/setup-project.adoc @@ -25,7 +25,7 @@ Once the repository is created, you have 3 options to work on the project: - You can work locally using VSCode, Docker and https://code.visualstudio.com/docs/remote/containers[Dev Containers], so you have a pre-configured development environment. -All these options are described in the following sections, pick the one that suits you best. +All these options are described in the following sections. The fastest and easiest way is to use GitHub Codespaces, but you can pick the one that suits you best. If you want to work locally, first you need to clone the project on your machine using git (you can skip these steps if you choose to use GitHub Codespaces).