Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Huray-hub authored Nov 5, 2023
1 parent f4ba82b commit 85034b7
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions assignment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,16 @@ Prints the assignments of your enrolled courses to the terminal. These are the f
```sh
go install github.com/Huray-hub/eclass-utils/assignment/cmd/assignments@latest
```
2. Build from source requires [Go](https://go.dev).
2. Build from source (requires [Go](https://go.dev)).
- clone repo
- cd into the repo
- run
- install
```sh
make install-assignments-local
# or
make install-assignments-gopath
go install ./assignment/cmd/assignments
```
- run
```sh
assignments
```

## Configuration
Expand Down

0 comments on commit 85034b7

Please sign in to comment.