0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-11-24 18:09:26 -05:00

add link to command-line

This commit is contained in:
Caesar Schinas 2023-08-27 02:57:23 +01:00
parent 713824565b
commit 3573e7ceac
2 changed files with 2 additions and 1 deletions

View file

@ -15,5 +15,6 @@ These documents are targeted to people who run Forgejo on their machines.
- [Incoming Email](./incoming-email/)
- [Logging Configuration](./logging-documentation/)
- [Actions](./actions/)
- [Forgejo CLI](./command-line/)
- [Search Engines and robots.txt](./search-engines-indexation/)
- [Recommended Settings and Tips](./recommendations/)

View file

@ -350,7 +350,7 @@ You can test sending a mail by clicking the user button on the upper right of th
### General hints for using Forgejo
Sometimes you may want/need to use the Forgejo
[command line interface](./command-line/).
[command line interface](../command-line/).
Keep in mind that:
- You need to **run it as `git` user**, for example with `$ sudo -u git forgejo command --argument`