Loading README.md +6 −1 Original line number Diff line number Diff line Loading @@ -157,6 +157,9 @@ The system's modular architecture comprises interconnected components, each fulf 5. **Run the setup script:** ```bash chmod +x MacM3setup.sh ``` ```bash ./MacM3setup.sh # This will execute the setup script ``` Loading Loading @@ -197,7 +200,9 @@ The system's modular architecture comprises interconnected components, each fulf * It creates a database and user in PostgreSQL. 6. **Run the main program:** ```bash chmod +x MacM3restart.sh ``` ```bash python main.py ``` Loading Loading
README.md +6 −1 Original line number Diff line number Diff line Loading @@ -157,6 +157,9 @@ The system's modular architecture comprises interconnected components, each fulf 5. **Run the setup script:** ```bash chmod +x MacM3setup.sh ``` ```bash ./MacM3setup.sh # This will execute the setup script ``` Loading Loading @@ -197,7 +200,9 @@ The system's modular architecture comprises interconnected components, each fulf * It creates a database and user in PostgreSQL. 6. **Run the main program:** ```bash chmod +x MacM3restart.sh ``` ```bash python main.py ``` Loading