Skip to content

Commit

Permalink
Add installation command for Doxygen in README
Browse files Browse the repository at this point in the history
Added a command to install Doxygen using apt-get in the README file. This will help users easily set up the necessary tool for generating documentation.
  • Loading branch information
forntoh committed Oct 1, 2024
1 parent 98c93fe commit d271762
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ There are other documentation files that are generated using some custom scripts

- You will need to have Doxygen installed to generate the Doxygen documentation.

> sudo apt-get install -y doxygen
To run the docs.sh file in the terminal, you need to ensure it has execute permissions and then execute it. Here are the steps:

1. Give execute permissions to the script:
Expand Down

0 comments on commit d271762

Please sign in to comment.