Skip to content

Update README notes #1047

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The online documentation generated with this project can be found in [Fast DDS d

## Installation Guide

The following guide has been developed and tested in Ubuntu 20.04.
The following guide has been developed and tested in Ubuntu 24.04.
It covers two mechanisms for build and testing the documentation (colcon and CMake), and one that just generates the HTML, which can be used to simulate the process followed in ReadTheDocs.
Contributors are asked to not only generate the HTML, but to also build and test their changes locally following one of the two first methods.

Expand All @@ -73,6 +73,7 @@ sudo apt install -y \
python3-pip \
python3-venv \
imagemagick \
aspell-en \
libenchant-2-2 \
plantuml
```
Expand Down