Browse Source

docs: fix Go version (#6105)

* docs: fix Go version

* Update README.md
ᴜɴᴋɴᴡᴏɴ 4 years ago
parent
commit
5637706e46
2 changed files with 2 additions and 3 deletions
  1. 1 1
      README.md
  2. 1 2
      docs/dev/local_development.md

+ 1 - 1
README.md

@@ -17,7 +17,7 @@ The Gogs (`/gɑgz/`) project aims to build a simple, stable and extensible self-
 - Want to try it before doing anything else? Do it [online](https://try.gogs.io/gogs/gogs)!
 - Having trouble? Help yourself with [troubleshooting](https://gogs.io/docs/intro/troubleshooting.html) or ask questions on [user forum](https://discuss.gogs.io/).
 - Want to help with localization? Check out the [localization documentation](https://gogs.io/docs/features/i18n.html).
-- Ready to get hands dirty? Read our guide to [set up your development environment](docs/local_development.md).
+- Ready to get hands dirty? Read our guide to [set up your development environment](docs/dev/local_development.md).
 - Hmm... What about APIs? We have experimental support with [documentation](https://github.com/gogs/docs-api).
 
 ## 💌 Features

+ 1 - 2
docs/local_development.md → docs/dev/local_development.md

@@ -23,14 +23,13 @@ Gogs is built and runs as a single binary and meant to be cross platform. Theref
 Gogs has the following dependencies:
 
 - [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) (v1.8.3 or higher)
-- [Go](https://golang.org/doc/install) (v1.13 or higher)
+- [Go](https://golang.org/doc/install) (v1.14 or higher)
 - [Less.js](http://lesscss.org/usage/#command-line-usage-installing)
 - [GNU Make](https://www.gnu.org/software/make/)
 - Database upon your choice (pick one, we choose PostgreSQL in this document):
     - [PostgreSQL](https://wiki.postgresql.org/wiki/Detailed_installation_guides) (v9.6 or higher)
     - [MySQL](https://dev.mysql.com/downloads/mysql/) with `ENGINE=InnoDB` (v5.7 or higher)
     - [SQLite3](https://www.sqlite.org/index.html)
-    - [MSSQL](https://en.wikipedia.org/wiki/Microsoft_SQL_Server) (SQL Server 2005 or newer)
     - [TiDB](https://github.com/pingcap/tidb)
 
 ### macOS