Skip to content

Commit 25209bd

Browse files
author
Murilo Marinho
committed
Updating installation information
1 parent b761441 commit 25209bd

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

docs/README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,34 @@
44

55
### Set up PPA (do only once)
66

7+
This will add the `SAS` repository to your `apt` sources.
8+
79
```commandline
8-
curl -s --compressed "https://smartarmstack.github.io/smart_arm_stack_ros2/KEY.gpg" | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/smartarmstack_lgpl.gpg >/dev/null
9-
sudo curl -s --compressed -o /etc/apt/sources.list.d/smartarmstack_lgpl.list "https://smartarmstack.github.io/smart_arm_stack_ros2/smartarmstack_lgpl.list"
10+
curl -s --compressed "https://smartarmstack.github.io/smart_arm_stack_ROS2/KEY.gpg" | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/smartarmstack_lgpl.gpg >/dev/null
11+
sudo curl -s --compressed -o /etc/apt/sources.list.d/smartarmstack_lgpl.list "https://smartarmstack.github.io/smart_arm_stack_ROS2/smartarmstack_lgpl.list"
1012
sudo apt update
1113
```
1214

1315
### Installation (do only once)
1416

17+
```{important}
18+
At this stage, `ROS2` must be installed otherwise dependencies will not be found correctly.
19+
```
20+
21+
This will install all `SAS` packages.
22+
1523
```commandline
1624
sudo apt-get install ros-jazzy-sas-*
1725
```
1826

27+
### Update
28+
29+
The `SAS` packages will update together with your other `apt` packages.
30+
31+
```commandline
32+
sudo apt-get update
33+
```
34+
1935
## A quick note
2036

2137
If being read on GitHub, please note that this page is better seen at https://smartarmstack.github.io.

0 commit comments

Comments
 (0)