Skip to content

Commit 5899bd1

Browse files
committed
updated README
1 parent 3cfc959 commit 5899bd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ A light-weight Julia wrapper for the [MuJoCo Physics Simulator](https://mujoco.o
77
3. Run `source ~/.bashrc` in your terminal.
88
4. Open your Julia REPL by typing `julia` in your terminal.
99
5. Press `]` on your keyboard to enter the package manager
10-
7. Enter command `add https://github.com/adubredu/MuJoCo.jl` and press
10+
6. Enter command `add https://github.com/adubredu/MuJoCo.jl` and press
1111
`Enter` on your keyboard to install this package.
12-
8. Press the `Backspace` key on your keyboard to return to the REPL
12+
7. Press the `Backspace` key on your keyboard to return to the REPL
1313

1414
## Features
1515
This package wraps DeepMind's [dm_control](https://github.com/deepmind/dm_control) Python package that provides access to the core MuJoCo package as well as some useful environments for Reinforcement Learning and interactive simulator viewing.

0 commit comments

Comments
 (0)