From f20e8dd8aa1987a8eadbeb64a38afd34485f5d0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20Ba=C4=87kowski?= Date: Tue, 22 Mar 2016 09:19:13 +0100 Subject: [PATCH] add link in README to standalone packages --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1be69de..7e75a67 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,13 @@ Simple markdown editor in electron. npm install npm start -To create standalone packages for linux (x64) and mac OS X (x64): +To create standalone packages for Linux (x64) and Mac OS X (x64): npm run-script build +Standalone packages for Linux (x64) and Mac OS X (x64): +https://github.com/dbackowski/md-editor/releases + ## License Released under the MIT License. \ No newline at end of file