From dcf143a645ca4b161b07cf9732b95f93143a0eea Mon Sep 17 00:00:00 2001 From: Giannis Gonidelis Date: Tue, 5 Mar 2024 14:06:59 -0800 Subject: [PATCH] Make docs more direct Co-authored-by: Georgii Evtushenko --- .devcontainer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/README.md b/.devcontainer/README.md index d9c845b832b..cc6e86dbccd 100644 --- a/.devcontainer/README.md +++ b/.devcontainer/README.md @@ -5,7 +5,7 @@ # CCCL Dev Containers -CCCL uses [Development Containers](https://containers.dev/) to provide consistent and convenient development environments for both local development and for CI. This guide covers setup in [Visual Studio Code](#quickstart-vscode-recommended) and [Docker](#quickstart-docker-manual-approach). The guide also provides additional instructions in case the user wants to use WSL. +CCCL uses [Development Containers](https://containers.dev/) to provide consistent and convenient development environments for both local development and for CI. This guide covers setup in [Visual Studio Code](#quickstart-vscode-recommended) and [Docker](#quickstart-docker-manual-approach). The guide also provides additional instructions in case you want use WSL. ## Table of Contents 1. [Quickstart: VSCode (Recommended)](#vscode)