Skip to content

Commit 78f7bf2

Browse files
authored
docs: fix download & expand instruction (#12)
1 parent 16d4b32 commit 78f7bf2

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@
2727

2828
### Note & Tips
2929

30-
- Example commands to download & expand MuJoCo 3.3.2:
30+
- For example on x86_64 Linux, run:
3131
```sh
32-
wget https://github.com/google-deepmind/mujoco/releases/download/3.3.2/mujoco-3.3.2-<YOUR OPTION>
33-
tar -xzf mujoco-3.3.2-<YOUR OPTION>
32+
wget https://github.com/google-deepmind/mujoco/releases/download/3.3.2/mujoco-3.3.2-linux-x86_64.tar.gz
33+
tar -xzf mujoco-3.3.2-linux-x86_64.tar.gz
3434
```
35-
Replace `<YOUR OPTION>` depending on your system.
35+
to download & expand MuJoCo 3.3.2.
36+
On Windows and macOS, do similar steps with the respective archive files on your system.
3637

3738
- One way to setup is to install MuJoCo to _a default standard path_ like `/usr/local/lib/`
3839
(or a folder in _PATH_ on Windows), then if needed create symlink to `mujoco-3.3.2/lib/libmujoco.so` there,

0 commit comments

Comments
 (0)