From 3573e7ceac025de417e634627b783bc0fb34c4f4 Mon Sep 17 00:00:00 2001 From: Caesar Schinas Date: Sun, 27 Aug 2023 02:57:23 +0100 Subject: [PATCH] add link to `command-line` --- docs/admin/index.md | 1 + docs/admin/installation.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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`