From d701055a67b107549f2eadcf1bc9052b26a63a32 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Thu, 18 Apr 2019 19:40:16 +0900 Subject: [PATCH] Updated installation docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb57dda9..1f7566f8 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ docker-compose run notify.moe Your home directory is mounted as `/my` inside Docker. Usually you'd want to clone all repositories you use into a `projects` directory. This directory can be accessed by both your favourite editor on the host machine and also inside Docker. * Clone notify.moe repository `git clone https://github.com/animenotifier/notify.moe.git` -* Enter notify.moe repository +* Enter notify.moe repository `cd notify.moe` * Compile TypeScript files using: `tsc` * Compile template/style files using: `pack` (optional) * Start the web server using: `run`