1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-05 09:55:20 +02:00

Add chinese documentations for installation (#24904)

This commit is contained in:
sillyguodong 2023-05-25 12:32:39 +08:00 committed by GitHub
parent 5f39285d6d
commit 9858d3b6df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 704 additions and 8 deletions

View file

@ -1,6 +1,6 @@
---
date: "2016-12-01T16:00:00+02:00"
title: "源代码安装"
title: "使用源代码安装"
slug: "install-from-source"
weight: 30
toc: false
@ -10,12 +10,12 @@ aliases:
menu:
sidebar:
parent: "installation"
name: "源代码安装"
name: "使用源代码安装"
weight: 30
identifier: "install-from-source"
---
# 源代码安装
# 使用源代码安装
首先你需要安装Golang关于Golang的安装参见[官方文档](https://golang.google.cn/doc/install)。