Skip to content

Commit

Permalink
Changed critical commands in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis-Marie committed Jan 15, 2022
1 parent 0b3cbd5 commit 56f7108
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,20 +91,20 @@ make

Start an *orb-slam-3-container* (uses **docker-compose.yml**)
```bash
make up-orb
make up
```

Enter running *orb-slam-3-container*
```bash
make enter-orb
make enter
```

Stop running *orb-slam-3-container* (and removes it, by default only data in */app* is saved here in *app* directory)
```bash
make down-orb
make down
```

Build *orb-slam-3-ready* image (uses **Dockerfile**)
```bash
make build-orb
make build
```

0 comments on commit 56f7108

Please sign in to comment.