From d19b01270cb993b5994f256a3dbf32c5ec945f5e Mon Sep 17 00:00:00 2001 From: kshitij-k-osmosys Date: Mon, 2 Dec 2024 21:58:39 +0530 Subject: [PATCH] docs: update usage guide --- apps/api/docs/usage-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/api/docs/usage-guide.md b/apps/api/docs/usage-guide.md index 5195e2b..79b6910 100644 --- a/apps/api/docs/usage-guide.md +++ b/apps/api/docs/usage-guide.md @@ -42,7 +42,7 @@ Follow the development setup guides for API and portal to set up the codebase be ## 3. Using the Transcript Summarizer Portal 1. **Start the API** - Run the scheduler script. + Run the scheduler script (see [Codebase Setup](#codebase) for details). 2. **Start the Portal** The Transcript Summarizer Portal should now be running locally at: - `http://localhost:4200` (Standard setup) @@ -69,7 +69,7 @@ When using the API, you'll need to set your **Microsoft authentication token** a ### Getting your Microsoft authentication token -1. Start the API. Run the scheduler script. +1. Start the API and scheduler (see [Codebase Setup](#codebase) for details). 2. Start the Portal 3. Transcript Summarizer Portal should be running locally at `http://localhost:4200` (or `http://localhost:5000` for docker setup). 4. Open the portal URL. You will be prompted to log in to your Microsoft account.