Skip to content

Commit

Permalink
fix: remove GO111MODULE and go get -d
Browse files Browse the repository at this point in the history
Fixes #89
  • Loading branch information
jmattheis committed Nov 19, 2024
1 parent e108348 commit 1f6e551
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/dev-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,10 @@ $ git clone https://github.com/gotify/server.git && cd server

## Setup Backend

If you are in GOPATH, enable [go modules](https://github.com/golang/go/wiki/Modules) explicitly:

```bash
$ export GO111MODULE=on
```

Download dependencies

```bash
$ make download-tools
$ go get -d
```

## Setup UI
Expand Down

0 comments on commit 1f6e551

Please sign in to comment.