From 6f2769d0ade5ee5561c9d78eab75b7aff57b6f04 Mon Sep 17 00:00:00 2001 From: Loic Sharma Date: Sun, 10 Feb 2019 14:48:21 -0800 Subject: [PATCH] Improve development instructions --- readme.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 04e954c6..d3e21fcb 100644 --- a/readme.md +++ b/readme.md @@ -33,6 +33,8 @@ Stay tuned, more features are planned! 1. Install [.NET Core SDK](https://www.microsoft.com/net/download) and [Node.js](https://nodejs.org/) 2. Run `git clone https://github.com/loic-sharma/BaGet.git` -3. Navigate to `.\BaGet\src\BaGet` -4. Start the service with `dotnet run` -5. Open the URL `http://localhost:5000/v3/index.json` in your browser +3. Navigate to `.\BaGet\src\BaGet.UI` +4. Install the frontend's dependencies with `npm install` +5. Navigate to `..\BaGet` +6. Start the service with `dotnet run` +7. Open the URL `http://localhost:5000/v3/index.json` in your browser