diff --git a/docs/admin/index.md b/docs/admin/index.md index 935ddfe6..16740f85 100644 --- a/docs/admin/index.md +++ b/docs/admin/index.md @@ -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/) diff --git a/docs/admin/installation.md b/docs/admin/installation.md index ed1606fc..d736897f 100644 --- a/docs/admin/installation.md +++ b/docs/admin/installation.md @@ -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`