From 0c9bbec26f006cd647b14b154eec8041fe7a6fcc Mon Sep 17 00:00:00 2001 From: Kevin Zakka Date: Tue, 29 Mar 2022 15:32:04 -0700 Subject: [PATCH] Nit. --- python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/README.md b/python/README.md index 18dbf622..d5de7904 100644 --- a/python/README.md +++ b/python/README.md @@ -37,7 +37,7 @@ Before proceeding, make sure you have CMake and a C++17 compiler installed. 1. Download the latest release of the [binary archives](https://github.com/deepmind/mujoco/releases) from GitHub. On macOS, the download corresponds to a DMG file from which you can drag the `MuJoCo` app into your Applications folder. -2. Clone the entire `mujoco` repository from GitHub and cd into the python directory. +2. Clone the entire `mujoco` repository from GitHub and `cd` into the python directory. ```bash git clone https://github.com/deepmind/mujoco.git