Skip to content

Commit

Permalink
Updated: README
Browse files Browse the repository at this point in the history
  • Loading branch information
drakes00 committed Jun 30, 2024
1 parent 5c3fff5 commit ea07f46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ point is the automatically parsed `ReMakeFile`, and the build process is
initiated by running:

```bash
remake [target]
python -m remake [target]
```

`target` is an optionnal absolute path to a target specified in the ReMakeFile.
Expand All @@ -75,7 +75,7 @@ Key command-line options include:
For additional options and details, use:

```bash
remake --help
python -m remake --help
```

More information can be found in [documentation](./doc/).
Expand Down

0 comments on commit ea07f46

Please sign in to comment.