From 6e2ff4c166abf9dab2614185695af5dede355ccf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Miguel=20Valdez=20C=C3=B3rdova?= Date: Fri, 18 Oct 2024 16:02:12 -0400 Subject: [PATCH] Fix typo in install.md (#70) --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 7d5a3558..e4df82b8 100644 --- a/docs/install.md +++ b/docs/install.md @@ -39,7 +39,7 @@ There are two ways to install this project ## Using a development container -This repo provides a [Devcontainer](https://code.visualstudio.com/docs/remote/containers) configuration for [Visual Studio Code](https://code.visualstudio.com/) to use a Docker container as a pre-configured development environment. This avoids struggles setting up a development environment and makes them reproducible and consistent. and make yourself familiar with the [container tutorials](https://code.visualstudio.com/docs/remote/containers-tutorial) if you want to use them. In order to use GPUs, you can enable them within the `.devcontainer/devcontainer.json` file. +This repo provides a [Devcontainer](https://code.visualstudio.com/docs/remote/containers) configuration for [Visual Studio Code](https://code.visualstudio.com/) to use a Docker container as a pre-configured development environment. This avoids struggles setting up a development environment and makes them reproducible and consistent. Make yourself familiar with the [container tutorials](https://code.visualstudio.com/docs/remote/containers-tutorial) if you want to use them. In order to use GPUs, you can enable them within the `.devcontainer/devcontainer.json` file. 1. Setup Docker on your local machine