From 97daf5ff70c6dc8ad8a6dac285aaac81bded5507 Mon Sep 17 00:00:00 2001 From: Ratnesh Madaan Date: Tue, 22 Oct 2019 15:07:04 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6886ad..d976e0b 100644 --- a/README.md +++ b/README.md @@ -84,9 +84,9 @@ Notes: - for running default image, qualification binaries, in headless mode: `$ ./run_docker_image.sh "" qualification headless` - for running a custom image in windowed mode, pass in you image name and tag: - `# $ ./run_docker_image.sh DOCKER_IMAGE_NAME:TAG` + `$ ./run_docker_image.sh DOCKER_IMAGE_NAME:TAG` - for running a custom image in headless mode, pass in you image name and tag, followed by "headless": - # $ ./run_docker_image.sh DOCKER_IMAGE_NAME:TAG headless + `$ ./run_docker_image.sh DOCKER_IMAGE_NAME:TAG headless` ## AirSim API - To control your drone and get information from the environment, you will need the `airsimneurips` API, which is accessible via Python.