From 705ecb42045a47ae4e54b51b0281730e4b3d5686 Mon Sep 17 00:00:00 2001 From: ll7 Date: Fri, 31 May 2024 13:57:33 +0000 Subject: [PATCH] Update installation instructions in README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 4234975..4e95132 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ > 2024-03-28 Under Development. See . ## About + This project provides a training environment for the simulation of a robot moving in a pedestrian-filled space. @@ -18,6 +19,15 @@ map data from OpenStreetMap. ![](./docs/video/demo_01.gif) +## Installation + +This project currently supports **two** methods for installation: +1. `.devcontainer` for Visual Studio Code [.devcontainer/readme.md](./.devcontainer/readme.md) +2. Manual installation + +For 1. follow the instructions in the `.devcontainer` directory. +For 2. follow the instructions below: + ## Quickstart ### 1. Clone Source Code