Skip to content

Commit e64bdd6

Browse files
committed
chore: add no-console-window info to README
1 parent ef327fa commit e64bdd6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ go get github.com/rovnyart/diversity
1616
$env: GOARCH='windows'
1717
$env: GOTARGET='amd64'
1818
19-
go build github/rovnyart/diversity
19+
go build github/rovnyart/diversity -ldflags -H=windowsgui
2020
```
2121

2222
This will produce `diversity.exe` executable. In order to run it you need to place `config.yaml` file in the same directory. See `Config` section for more details.
@@ -34,6 +34,4 @@ schedule: 2h # Automatic wallpaper change schedule
3434
3535
## Usage
3636
37-
Just run app and minimize it =). Also you can install it as a Windows Service to run in background. Please refer to `sc.exe` help to do it.
38-
39-
Application also has an system tray icon with some sort of menu, where you can change current wallpaper or quit.
37+
Just run app =) Application has an system tray icon with some sort of menu, where you can change current wallpaper or quit.

0 commit comments

Comments
 (0)