Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jagadeesh-pradhani authored Aug 6, 2024
1 parent f16a680 commit c2edc51
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,18 @@ This repository contains a Docker setup for building and running ArduPilot SITL
## Prerequisites

- Docker <br>
Install Docker: https://docs.docker.com/get-docker/
Install Docker: https://docs.docker.com/get-docker/ <br>

```
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh ./get-docker.sh
```
```
sudo groupadd docker
sudo usermod -aG docker $USER
systemctl is-enabled docker
```
REBOOT the system

## Repository Structure

Expand Down

0 comments on commit c2edc51

Please sign in to comment.