From 8bb4ba39538a78d058fb73c331237a56752bc0f2 Mon Sep 17 00:00:00 2001 From: Raccoon Date: Sun, 26 Feb 2017 17:19:49 +0800 Subject: [PATCH] Updated Get started (markdown) --- Get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Get-started.md b/Get-started.md index 51caf9e..22f4075 100644 --- a/Get-started.md +++ b/Get-started.md @@ -1,7 +1,7 @@ Get started (Run from source code) === -> We support [docker deployment](https://github.com/hackmdio/docker-hackmd) and Heroku Deployment. +> We support [docker deployment](https://github.com/hackmdio/docker-hackmd) and [Heroku Deployment](Heroku-Deployment). 1. Download a release and unzip or clone into a directory 2. Enter the directory and type `bin/setup`, which will install npm dependencies and create configs. The setup script is written in Bash, you would need bash as a prerequisite.