From e5942a1b31ee2cacf191ad7a5f12fb56796cf3a5 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Wed, 28 Dec 2022 17:05:59 +0500 Subject: [PATCH] chore: update build docs --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 91d378e..b17a35d 100644 --- a/README.md +++ b/README.md @@ -25,16 +25,22 @@ Once you are inside the `./notesnook-sync-server` directory, run: dotnet restore Notesnook.sln ``` -To build the `Notesnook.API` project: +Then build all projects: ```bash -dotnet build Notesnook.API/Notesnook.API.csproj +dotnet build Notesnook.sln ``` -To build the `Streetwriters.Messenger` project: +To run the `Notesnook.API` project: ```bash -dotnet build Streetwriters.Messenger/Streetwriters.Messenger.csproj +dotnet run --project Notesnook.API/Notesnook.API.csproj +``` + +To run the `Streetwriters.Messenger` project: + +```bash +dotnet run --project Streetwriters.Messenger/Streetwriters.Messenger.csproj ``` ## TODO Self-hosting