File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed
Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change 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
1412docker 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
2522The command below will add and install the ` sas ` packages via ` apt-get ` .
2623
@@ -34,13 +31,12 @@ sudo apt update
3431sudo 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
You can’t perform that action at this time.
0 commit comments