Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws authored Mar 9, 2024
1 parent f02cb2a commit 11a823a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,13 @@ latest version of Conky, you can use the AppImage or the Nix flake.

To try the AppImage, head to
<https://github.com/brndnmtthws/conky/releases/latest> and fetch the latest
AppImage.
AppImage. You'll need to set the executable bit, then you can create a conkyrc,
and run it as follows:

```ShellSession
chmod +x ./conky-*.AppImage
./conky-*.AppImage -C > ~/.conkyrc
./conky-*.AppImage
chmod +x ./conky-*.AppImage # make it executable
./conky-*.AppImage -C > ~/.conkyrc # create a default config
./conky-*.AppImage # run
```

And that's it! [Check out the Wiki](https://github.com/brndnmtthws/conky/wiki) for more details on configuring Conky.
Expand Down

0 comments on commit 11a823a

Please sign in to comment.