Skip to content
Snippets Groups Projects
Verified Commit 98f1859a authored by Thomas Lambert's avatar Thomas Lambert :helicopter:
Browse files

doc: fix links, add download details

parent 665da148
No related branches found
No related tags found
No related merge requests found
...@@ -9,8 +9,6 @@ _This changelog will begin AFTER the first official public release of the code._ ...@@ -9,8 +9,6 @@ _This changelog will begin AFTER the first official public release of the code._
## [Unreleased] ## [Unreleased]
_Initial commit_: single rotor in hover/axial flows
### Added ### Added
### Changed ### Changed
...@@ -29,4 +27,4 @@ _Initial commit_: single rotor in hover/axial flows ...@@ -29,4 +27,4 @@ _Initial commit_: single rotor in hover/axial flows
[keep_chglog]: <https://keepachangelog.com/en/1.0.0/> [keep_chglog]: <https://keepachangelog.com/en/1.0.0/>
[Unreleased]: https://gitlab.uliege.be/thlamb/rotare/compare/0.0.0...main [Unreleased]: https://gitlab.uliege.be/thlamb/rotare/compare/0.0.0...main
[0.0.0]: https://gitlab.uliege.be/thlamb/rotare/releases/tag/0.0.0 [0.0.0]: https://gitlab.uliege.be/thlamb/rotare/-/releases/0.0.0
...@@ -57,6 +57,8 @@ may not provide valid results in all situations. ...@@ -57,6 +57,8 @@ may not provide valid results in all situations.
### Download and install ### Download and install
### Using git
To download the latest working version of Rotare, simply run To download the latest working version of Rotare, simply run
```bash ```bash
...@@ -65,10 +67,18 @@ git clone --recursive https://gitlab.uliege.be/thlamb/rotare ...@@ -65,10 +67,18 @@ git clone --recursive https://gitlab.uliege.be/thlamb/rotare
Keep it updated using `git pull --recurse-submodules`. Keep it updated using `git pull --recurse-submodules`.
If you do not use `git`, the best way is to download the latest stable version ### Direct download
of Rotare from the [release page][rotare-releases]. _Note that simply
downloading the source code will likely not work as Rotare relies on separate If you do not use `git`, the best way to obtain a working version of rotare is
libraries; so please use the Release page._ to download the latest stable version from the [release page][rotare-releases].
_Note_: Rotare uses dependencies which are not directly hosted in this
repository. Do not just downloading Rotare's repo this will not be enough!
A special archive is available for each release in the the release page under
the name `COMPLETE CODE`. This archive contains all the dependencies needed for
the proper use of Rotare. Always download this one and not the automatically
generated _source code_ archives.
## Documentation ## Documentation
...@@ -129,5 +139,5 @@ The Rotare Software is provided under the [MIT license](LICENSE). ...@@ -129,5 +139,5 @@ The Rotare Software is provided under the [MIT license](LICENSE).
[uliege-am]: https://www.am.uliege.be/ [uliege-am]: https://www.am.uliege.be/
[rotare-doc]: https://gitlab.uliege.be/thlamb/rotare-doc/ [rotare-doc]: https://gitlab.uliege.be/thlamb/rotare-doc/
[rotare-issues]: https://gitlab.uliege.be/thlamb/rotare/issues [rotare-issues]: https://gitlab.uliege.be/thlamb/rotare/issues
[rotare-releases]: https://gitlab.uliege.be/thlamb/rotare/releases [rotare-releases]: https://gitlab.uliege.be/thlamb/rotare/-/releases
[aiaa-scitech]: https://www.aiaa.org/SciTech [aiaa-scitech]: https://www.aiaa.org/SciTech
...@@ -6,7 +6,4 @@ and do not contain all dependencies. ...@@ -6,7 +6,4 @@ and do not contain all dependencies.
## About this release ## About this release
_Initial commit_. (Nothing yet)
- Single rotor in hover/axial flows
- NOT YET VALIDATED
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment