Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DOOduneye authored Sep 17, 2023
1 parent d98fd18 commit 5846bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ An all-encompassing end-of-life planning app.
go get ./...
```

* If this doesnt work, try running `go mod tidy` and then `go get ./...` again or delete the go.mod and go.sum files and then run `go mod init` and `go mod tidy` again.
* If this doesnt work, try running `go mod tidy` and then `go get ./...` again or delete the go.mod and go.sum files and then run `go mod init server` and `go mod tidy` again.

3. **Install requirements.txt**
```bash
Expand Down

0 comments on commit 5846bf0

Please sign in to comment.