mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-01-22 02:15:25 -05:00
add link to command-line
This commit is contained in:
parent
713824565b
commit
3573e7ceac
2 changed files with 2 additions and 1 deletions
|
@ -15,5 +15,6 @@ These documents are targeted to people who run Forgejo on their machines.
|
||||||
- [Incoming Email](./incoming-email/)
|
- [Incoming Email](./incoming-email/)
|
||||||
- [Logging Configuration](./logging-documentation/)
|
- [Logging Configuration](./logging-documentation/)
|
||||||
- [Actions](./actions/)
|
- [Actions](./actions/)
|
||||||
|
- [Forgejo CLI](./command-line/)
|
||||||
- [Search Engines and robots.txt](./search-engines-indexation/)
|
- [Search Engines and robots.txt](./search-engines-indexation/)
|
||||||
- [Recommended Settings and Tips](./recommendations/)
|
- [Recommended Settings and Tips](./recommendations/)
|
||||||
|
|
|
@ -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
|
### General hints for using Forgejo
|
||||||
|
|
||||||
Sometimes you may want/need to use the Forgejo
|
Sometimes you may want/need to use the Forgejo
|
||||||
[command line interface](./command-line/).
|
[command line interface](../command-line/).
|
||||||
Keep in mind that:
|
Keep in mind that:
|
||||||
|
|
||||||
- You need to **run it as `git` user**, for example with `$ sudo -u git forgejo command --argument`
|
- You need to **run it as `git` user**, for example with `$ sudo -u git forgejo command --argument`
|
||||||
|
|
Loading…
Add table
Reference in a new issue