Skip to content

Commit

Permalink
EDIT: README.md -> Suggested setup
Browse files Browse the repository at this point in the history
  • Loading branch information
p5quared committed Apr 25, 2024
1 parent e7d8202 commit ea19900
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,24 @@ Some examples are:
* `decanter list assessments`
* `decanter submit -c cse305-s24 -a pangram -f main.ml`

## Tips

Remembering the full submit command can get quite tedious
for your projects. Consider writing a per-project script
to automate this process. For instance, if your project
came with a `Makefile` or you want to use
[just](https://github.com/casey/just), you could
add a recipe like so:

```makefile
submit: submission
decanter submit -c COURSE_ID -a ASSESSMENT -f FILE -w
```

## Notes

This tool was constructed at a feverous pace by one whom many
might refer to as a ravenous madman. If you find issues
or have suggestions, I'd love to hear about them in the
Github issues section.
If you find issues or have suggestions,
I'd love to hear about them in the Github issues section.

Contributions would be appreciated. If you'd like to contribute,
please email me or write an issue first. There's also a long
Expand Down

0 comments on commit ea19900

Please sign in to comment.