Skip to content

Commit

Permalink
refactor: move documentation guide to main README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Hilgers <[email protected]>
  • Loading branch information
fhilgers committed Nov 13, 2024
1 parent e2306ab commit c451207
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 18 deletions.
17 changes: 0 additions & 17 deletions Documentation/README.md

This file was deleted.

12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@ Installing nix and using the development shell is the recommended approach for d

[^1]: Android is a trademark of Google LLC. The Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License.

## Documentation

To generate the html documentation run the following:

```
asciidoctor -r asciidoctor-diagram Documentation/asciidoc/main.adoc -o Documentation/build/doc/index.html
```


## License

This project adheres to the [reuse](https://reuse.software/) Software recommendations.
Expand All @@ -49,4 +58,5 @@ When adding a new file you have to add yourself to the list of Copyright holders
You should prefer the MIT license if possible.
The easiest way to set the license and copyright is to execute `reuse annotate --copyright="YOUR NAME <YOUR EMAIL>" --license "MIT" FILE`.

To check whether you have done everything correctly, execute `reuse lint` in the project root directory.
To check whether you have done everything correctly, execute `reuse lint` in the project root directory.

0 comments on commit c451207

Please sign in to comment.