Skip to content

Commit

Permalink
Fix docs (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <michael@openrobotics.org>
  • Loading branch information
mjcarroll authored Nov 21, 2022
1 parent d39cced commit febc870
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docs/tutorials.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
## Tutorial 1: Installation
These tutorials will get the required sofware set up on your computer. The software used by this system have dependencies on a number of software packages with specific versions.
These tutorials will get the required software set up on your computer. The software used by this system have dependencies on a number of software packages with specific versions.
There are a few ways to install and use the software that provide equivalent capabilities, and are a matter of personal
preference. Only one of the following tutorials is required.

The simplest approach is to use [docker](www.docker.org). Docker images are provided that have pre-configured isntallations with all required dependencies, so this is the fast way to get started.
The simplest approach is to use [docker](www.docker.org). Docker images are provided that have pre-configured installations with all required dependencies, so this is the fast way to get started.

* [Install (docker)](Tutorials/Installation/Install_docker.md)
* [Install (docker)](Tutorials/Install/Install_docker.md)

It is also straightforward to simply install the required software and dependencies using apt on Linux. Some configuration is then required and details are provided here:

* [Install (apt)](Tutorials/Installation/Install_apt.md)
* [Install (apt)](Tutorials/Install/Install_apt.md)

## Tutorial 2: Run the Simulator
This tutorial will get the Gazebo Simulation of the WEC running on your computer. With this done you can see the operation of the simulator and perform actions that control it's behavior (e.g. Change the sea-state).
Expand Down

0 comments on commit febc870

Please sign in to comment.