JamieMair / MuJoCo.jl

Julia bindings and visualiser for the MuJoCo physics engine.
https://jamiemair.github.io/MuJoCo.jl/
MIT License
57 stars 4 forks source link

Updated `README.md` now that docs exist #78

Closed nic-barbara closed 1 year ago

nic-barbara commented 1 year ago

The current version of the README.md was written before we had docs. We should update it to include just a few instructions on installation and basic usage, then refer users to the docs.

nic-barbara commented 1 year ago

We can change the installation instructions to

using Pkg
Pkg.add("MuJoCo.jl")

after the package is officially registered too.