Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thedevs-network/kutt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPouria Ezzati <ezzati.upt@gmail.com>2019-10-24 18:34:51 +0300
committerGitHub <noreply@github.com>2019-10-24 18:34:51 +0300
commit91f10c8b3c7f346fb051bb80bc4fa73d33bee819 (patch)
treeeba9c41ff62cdd654ec8d8f9b7d7a5ee0aa7bc19 /README.md
parent684d833a31b0fac045554f5a9cf40d797b673602 (diff)
docs: remove wiki link
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index dbc0e11..96622a1 100644
--- a/README.md
+++ b/README.md
@@ -64,8 +64,6 @@ You need to have [Node.js](https://nodejs.org/), [PostgreSQL](https://www.postgr
4. Run for development: `npm run dev`.
5. Run for production: `npm run build` then `npm start`.
-**[Visit our wiki for a more complete setup and development guide.](https://github.com/thedevs-network/kutt/wiki/Setup-and-deployment)**
-
### Docker
You can use Docker to start the app. The simplest way is to just run `docker-compose up` command and then the app should be ready on port "3000".