diff options
| author | 2025-05-03 09:28:16 +0000 | |
|---|---|---|
| committer | 2025-05-03 09:28:16 +0000 | |
| commit | 4d6408015bab9f2c0b3b5820ed6d048f868f5c1f (patch) | |
| tree | ccabd8adc31626b3669c3ee728fa50ddd708f8ac /docs/locales/zh/getting_started/installation | |
| parent | [chore/cicd] Snapshot only if source code files have changed (#4115) (diff) | |
| download | gotosocial-4d6408015bab9f2c0b3b5820ed6d048f868f5c1f.tar.xz | |
[docs/zh] Update zh docs: synced to 6c879186 (#4117)
# Description
This PR updates the Chinese documentation to 6c879186 (the latest commit at present).
It also fixed a small typo in the original docs. Since the change is so minor, I didn't make a separate PR.
Last docs/zh update PR: #3884
## Checklist
Please put an x inside each checkbox to indicate that you've read and followed it: `[ ]` -> `[x]`
If this is a documentation change, only the first checkbox must be filled (you can delete the others if you want).
- [x] I/we have read the [GoToSocial contribution guidelines](https://codeberg.org/superseriousbusiness/gotosocial/src/branch/main/CONTRIBUTING.md).
Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4117
Co-authored-by: cdn0x12 <git@cdn0x12.dev>
Co-committed-by: cdn0x12 <git@cdn0x12.dev>
Diffstat (limited to 'docs/locales/zh/getting_started/installation')
| -rw-r--r-- | docs/locales/zh/getting_started/installation/metal.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/locales/zh/getting_started/installation/metal.md b/docs/locales/zh/getting_started/installation/metal.md index 5e116da41..4b07c6c71 100644 --- a/docs/locales/zh/getting_started/installation/metal.md +++ b/docs/locales/zh/getting_started/installation/metal.md @@ -123,7 +123,7 @@ sudo usermod -a -G gotosocial gotosocial sudo chown -R gotosocial:gotosocial /gotosocial ``` -你可以在 [Codeberg](https://codeberg.org/superseriousbusiness/gotosocial/raw/branch/main/example/gotosocial.service) 或你的安装文件夹中的 `example` 文件夹中找到一个 `gotosocial.service` 文件。 +你可以在 [我们的 Codeberg 存储库](https://codeberg.org/superseriousbusiness/gotosocial/raw/branch/main/example/gotosocial.service) 或你的安装文件夹中的 `example` 文件夹中找到一个 `gotosocial.service` 文件。 将它复制到 `/etc/systemd/system/gotosocial.service`: |
