From 47db8a9fa679b07a4d7866fe3a1ced117aecd056 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Sun, 17 Nov 2019 22:57:03 -0500 Subject: [PATCH] docs: update README [skip ci] --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 46b7c316..ba70bfe7 100644 --- a/README.md +++ b/README.md @@ -20,14 +20,6 @@ -# 2.0 Release Candidate - -Wiki.js has now entered the release candidate phase of the 2.0 version. While we don't expect any breaking bugs at this point, it is not yet final. If you plan on deploying a wiki in critical production environment scenarios, you should either wait for the final release or use the 1.x version in the meantime. It's quick and simple to migrate from 1.x to 2.0 afterwards. - -:point_right: **[Go to version 1.x instead](https://github.com/Requarks/wiki-v1)** - ---- - - **[Official Website](https://wiki.js.org/)** - **[Documentation](https://docs.requarks.io/)** - [Requirements](https://docs.requarks.io/install/requirements) @@ -58,7 +50,7 @@ Wiki.js is an open source project that has been made possible due to the generou
-Docker is the recommended way to go! Simply use Docker image: `requarks/wiki:beta` +Docker is the recommended way to go! Simply use Docker image: `requarks/wiki:2` You can also use Docker Compose ([see example](https://github.com/Requarks/wiki/blob/master/dev/examples/docker-compose.yml)) to run Wiki.js with all dependencies.