Skip to content

Commit

Permalink
Update installation instructions in README.md and CLI/README.md for c…
Browse files Browse the repository at this point in the history
…larity and accuracy
  • Loading branch information
upayanmazumder committed Dec 12, 2024
1 parent 5aa090c commit 287aa0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CLI/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,7 @@ cd /d:/upayanmazumder/Collaborative-Article-Sharing/CLI
Then, execute the following command to start the CLI:

```sh
python -m src.cli
```
pip install -e .
```

Once build completes, use the `cas` command
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ For detailed instructions on using the CLI, refer to its [README file](./CLI/REA

### Package Installation

- For the **API** folder, navigate to the `api` directory and run:
- For the **APP** folder, navigate to the `app` directory and run:

```bash
npm install
```

- For the **APP** and **CLI** folders, navigate to their directories and run:
- For the **API** and **CLI** folders, navigate to their directories and run:

```bash
pip install -r requirements.txt
Expand Down

0 comments on commit 287aa0e

Please sign in to comment.