mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-07-09 04:00:03 +02:00
Finish delete user
This commit is contained in:
parent
b3de0ded70
commit
12f81de349
6 changed files with 25 additions and 14 deletions
12
README.md
12
README.md
|
@ -1,7 +1,7 @@
|
|||
Gogs - Go Git Service [](https://gowalker.org/github.com/gogits/gogs)
|
||||
Gogs - Go Git Service [](https://app.wercker.com/project/bykey/ad0bdb0bc450ac6f09bc56b9640a50aa) [](https://gowalker.org/github.com/gogits/gogs)
|
||||
=====================
|
||||
|
||||
Gogs(Go Git Service) is a GitHub-like clone in the Go Programming Language.
|
||||
Gogs(Go Git Service) is a GitHub-like clone in the Go Programming Language, it currently supports Linux and Max OS X, but Windows has **NOT** supported yet due to installation problem with [libgit2](http://libgit2.github.com/) in Windows.
|
||||
|
||||
## Purpose
|
||||
|
||||
|
@ -9,14 +9,14 @@ There are some very good products in this category such as [gitlab](http://gitla
|
|||
|
||||
## Overview
|
||||
|
||||
Please see [Wiki](https://github.com/gogits/gogs/wiki) for project design.
|
||||
Please see [Wiki](https://github.com/gogits/gogs/wiki) for project design, develop specification, change log and road map.
|
||||
|
||||
## Installation
|
||||
|
||||
### Dependencies
|
||||
There are two ways to install Gogs:
|
||||
|
||||
- [Go Programming Language](http://golang.org): Main develop language.
|
||||
- [libgit2](http://libgit2.github.com/)(cgo): Git data manipulation.
|
||||
- [Install from binary](https://github.com/gogits/gogs/wiki/Install-from-binary)
|
||||
- [Install from source](https://github.com/gogits/gogs/wiki/Install-from-source)
|
||||
|
||||
## Acknowledgments
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue