fixed executable name

This commit is contained in:
Philipp Häfelfinger 2019-03-04 21:35:18 +01:00
parent 96d4b70dac
commit 6ff859b57c
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ Build your main executable by using the following command. By default it gets th
favorite application name. favorite application name.
``` ```
go build cmd/PiwigoDirectoryUploader/main.go go build cmd/PiwigoDirectoryUploader/PiwigoDirectoryUploader.go
``` ```
### Configure ### Configure
@ -56,5 +56,5 @@ nano ./localConfig.ini
Finally you may run the application using the following example command. Finally you may run the application using the following example command.
``` ```
./main -config=./localConfig.ini ./PiwigoDirectoryUploader -config=./localConfig.ini
``` ```