Skip to content

Commit 69d8b27

Browse files
authored
Update README.md
1 parent e9f8a12 commit 69d8b27

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

docs/README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
## Quickstart
77

88
### Docker
9-
![Docker Pulls](https://img.shields.io/docker/pulls/murilomarinho/sas)
10-
11-
You can explore a readily-made image as follows
9+
[![Docker Pulls](https://img.shields.io/docker/pulls/murilomarinho/sas)](https://hub.docker.com/r/murilomarinho/sas)
1210

1311
```commandline
1412
docker run -it murilomarinho/sas:latest
@@ -17,10 +15,9 @@ docker run -it murilomarinho/sas:latest
1715
### Installation
1816
[![SAS Debian Builder](https://github.com/SmartArmStack/smart_arm_stack_ROS2/actions/workflows/sas_debian_builder.yml/badge.svg?branch=jazzy)](https://github.com/SmartArmStack/smart_arm_stack_ROS2/actions/workflows/sas_debian_builder.yml)
1917

18+
> [!IMPORTANT]
19+
> See installation pre-requisites at https://smartarmstack.github.io/installation.
2020
21-
```{important}
22-
See pre-requisites at [](installation.md).
23-
```
2421

2522
The command below will add and install the `sas` packages via `apt-get`.
2623

@@ -34,13 +31,12 @@ sudo apt update
3431
sudo apt-get install ros-jazzy-sas-*
3532
```
3633

37-
### Update
38-
39-
After installing, you'll be able to update normally with `apt-get`.
34+
> [!NOTE]
35+
> After installing the packages with the command above, you can update them with
36+
> ```bash
37+
> sudo apt-get update && sudo apt-get upgrade ros-jazzy-sas-*
38+
> ```
4039
41-
```commandline
42-
sudo apt-get update
43-
```
4440
4541
## Overview
4642

0 commit comments

Comments
 (0)