From 595ee1c69e0d36c8bf86a8f2cc200cebae5ecc38 Mon Sep 17 00:00:00 2001 From: Tully Foote Date: Thu, 2 Dec 2021 01:37:43 -0800 Subject: [PATCH] avoid shorthand mention of how to install rocker Signed-off-by: Tully Foote --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aafcb27f..5392c128 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ convenience. Make sure you have a recent version of [Docker](https://docs.docker.com/) and [nvidia-docker](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html#docker) installed. -And [rocker](https://github.com/osrf/rocker) available as debian package `python3-rocker` with the ROS packages. - Next to get started simply run the following command. +And [rocker](https://github.com/osrf/rocker) installed. + ``` docker/build_and_run_docker.sh ```