Skip to content

Commit

Permalink
remove chmod instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiWaldrant committed Jun 28, 2024
1 parent 33e6cac commit 2e9acc2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions INSTRUCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@ A list of required software to start developing a new task can be found in the [
* Update the `src/api/task_info.yaml` file with the information you have provided in the task issue.
* Update the `<task_name>` in the `readme` field to the name of the task.

### chmod `scripts`

Make the scripts executable with the following command:

```bash
chmod +x scripts/*
```

### `common` submodule

Initialize the `common` submodule by running the following command:
Expand Down

0 comments on commit 2e9acc2

Please sign in to comment.