From 845d72d79588ed01bd524b7f786ca70d43c59ef2 Mon Sep 17 00:00:00 2001 From: unamundan <37463152+unamundan@users.noreply.github.com> Date: Sat, 27 Feb 2021 23:03:04 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6977f73..ec7b904 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ This app requires the [Plain text editor](https://apps.nextcloud.com/apps/files_ Installation --- -- Get **Markdown Editor** from the [Nextcloud app store](https://apps.nextcloud.com/apps/files_markdown) +- Get ***Markdown Editor*** from the [Nextcloud app store](https://apps.nextcloud.com/apps/files_markdown) or download the latest release from [github](https://github.com/icewind1991/files_markdown/releases). - If you’re installing from git, build the project by running `make` in Nextcloud’s app directory. @@ -78,6 +78,6 @@ or download the latest release from [github](https://github.com/icewind1991/file Development --- -**Markdown Editor** is written in [typescript](https://www.typescriptlang.org/). It requires [nodejs](https://nodejs.org/en/) and [npm](https://www.npmjs.com/) to build. +***Markdown Editor*** is written in [typescript](https://www.typescriptlang.org/). It requires [nodejs](https://nodejs.org/en/) and [npm](https://www.npmjs.com/) to build. For development you can automatically build the project every time the source changes by running `make watch`.