Skip to content

Commit c6dba74

Browse files
committed
docs: add executable permissions to botica-director
1 parent 09926f1 commit c6dba74

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/8-running-your-bot.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,12 @@ containers, set up the message broker, and manage inter-bot communication.
153153
the [releases page of the Botica repository](https://github.com/isa-group/botica/releases):
154154
* For Linux/macOS: Download the `botica-director` executable.
155155
* For Windows: Download the `botica-director.cmd` executable.
156-
2. **Execute the Director**: Run the downloaded program from your terminal.
156+
2. **Add executable permissions (Linux/macOS only)**: After downloading on Linux or macOS, you must
157+
grant execute permissions. Open your terminal, navigate to the download directory, and run:
158+
```bash
159+
chmod +x botica-director
160+
```
161+
3. **Execute the Director**: Run the downloaded program from your terminal.
157162

158163
```bash
159164
# On Linux/macOS

0 commit comments

Comments
 (0)