fixing README and run_demo.sh

This commit is contained in:
Salman Paracha 2025-09-16 22:06:18 -07:00
parent a2c9a1dac0
commit e205b2f4e8
2 changed files with 2 additions and 2 deletions

View file

@ -93,7 +93,7 @@ See `arch_config.yaml` for a sample configuration mapping aliases to provider mo
3. **Start Arch Gateway** 3. **Start Arch Gateway**
```sh ```sh
archgw up arch_config_with_aliases.yaml run_demo.sh
``` ```
4. **Run the test harness:** 4. **Run the test harness:**

View file

@ -22,7 +22,7 @@ start_demo() {
archgw up arch_config_with_aliases.yaml archgw up arch_config_with_aliases.yaml
echo "\n\nArch started successfully." echo "\n\nArch started successfully."
echo "Please run the following command to test the setup: poetry run python bench.py\n" echo "Please run the following command to test the setup: python bench.py\n"
} }
# Function to stop the demo # Function to stop the demo