Skip to content

Commit

Permalink
Update readme with information about aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
MasloMaslane committed Jul 25, 2024
1 parent ab16fa0 commit 315e924
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,15 @@ You can also run multiple commands at once, for example:
sinol-make gen prog/abcingen2.cpp inwer --cpus 4 run --tests abc1*.in doc export --no-statement
```

There are also available short aliases for the commands:
- `sinol-make r` for `sinol-make run`
- `sinol-make g` for `sinol-make gen`
- `sinol-make i` for `sinol-make inwer`
- `sinol-make e` for `sinol-make export`
- `sinol-make d` for `sinol-make doc`
- `sinol-make v` for `sinol-make verify`
- `sm` for `sinol-make`

### Reporting bugs and contributing code

- Want to report a bug or request a feature? [Open an issue](https://github.com/sio2project/sinol-make/issues).
Expand Down

0 comments on commit 315e924

Please sign in to comment.