Skip to content

Commit d66881e

Browse files
committed
Update README
1 parent fe67567 commit d66881e

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@ The dockerfiles are hosted on https://hub.docker.com/r/jojii/dmanager
1919
Since the file store path is `/app/files/` you have to map /app/files with a path on the host.<br>For instance `-v $(pwd)/files/:/app/files/`
2020

2121
### Manual
22-
```go
23-
go mod download && go build -o main
24-
```
2522

26-
To download the dependencies and build the application, GO 1.11+ is required.
23+
Run: `make`
24+
(GO 1.11+ is required)
2725

2826
# Configuration
2927
Create an example config using `./main config create`<br>

0 commit comments

Comments
 (0)