Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Goran Ninkovic committed Sep 9, 2024
1 parent dd4e614 commit 3e9ae99
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/content/1.documentation/2.installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ curl -k -s [https://raw.githubusercontent.com/TerrorSquad/ansible-post-installat

If you encounter any issues during the installation, refer to the [FAQ](faq) for assistance.

## Congratulations

You've successfully installed **Griffin**! Now you can enjoy a streamlined and efficient Linux experience.

## Next Steps

Explore the features and customizations **Griffin** offers.
Expand Down
4 changes: 4 additions & 0 deletions docs/content/1.documentation/3.usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ To install all available software (both CLI and GUI), use the following command:
ansible-playbook ./playbook.yml -K -e username=$(whoami) -e=all=true
```

## Congratulations

You've successfully installed **Griffin**! Now you can enjoy a streamlined and efficient Linux experience.

## Available Flags

You can customize the installation by using these flags:
Expand Down
5 changes: 5 additions & 0 deletions docs/content/1.documentation/5.testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,8 @@ Base Box: The Vagrant setup uses the `ubuntu/mantic64` box. You can find more in
## Troubleshooting

If you encounter any issues during the testing process, consult the [FAQ](faq) for assistance.


## Github Actions

The project is configured with Github Actions to run the playbook on every push to the main branch. You can find the workflow file at `.github/workflows/build.yml`.

0 comments on commit 3e9ae99

Please sign in to comment.