We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe67567 commit d66881eCopy full SHA for d66881e
1 file changed
README.md
@@ -19,11 +19,9 @@ The dockerfiles are hosted on https://hub.docker.com/r/jojii/dmanager
19
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/`
20
21
### Manual
22
-```go
23
-go mod download && go build -o main
24
-```
25
26
-To download the dependencies and build the application, GO 1.11+ is required.
+Run: `make`
+(GO 1.11+ is required)
27
28
# Configuration
29
Create an example config using `./main config create`<br>
0 commit comments