diff --git a/CLI/README.md b/CLI/README.md index d52415e..13ac804 100644 --- a/CLI/README.md +++ b/CLI/README.md @@ -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 -``` \ No newline at end of file +pip install -e . +``` + +Once build completes, use the `cas` command diff --git a/README.md b/README.md index 60c33a8..55604f5 100644 --- a/README.md +++ b/README.md @@ -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