diff --git a/README.md b/README.md index 0619757..d922e12 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Key features: - GTK+ 3 dev packages - [Nim compiler 1.6.2+](https://nim-lang.org/) -- [gintro](https://github.com/StefanSalewski/gintro/) (automatically downloaded) +- [gintro](https://github.com/StefanSalewski/gintro/) (automatically downloaded via nimble) ## Getting Started @@ -30,8 +30,7 @@ You can install it via 2 methods: - Nim's package manager `nimble` - Manual (Makefile) - Nim not required (when not building) -
Nimble -

+### Nimble ```sh nimble install dnd @@ -42,17 +41,13 @@ nimble install dnd - Desktop entry is installed to `~/.local/share/applications/dnd.desktop` - `nimble uninstall dnd` cannot remove it automatically? - Icon `dnd.xpm` is installed to `~/.nimble/pkgs/dnd-VERSION/resources/dnd.xpm` -

-
- -
Manual (Makefile) -

+### Manual (Makefile) -### Download +#### Download Download [the latest release](https://github.com/adokitkat/dnd/releases) and unpack it to a folder -### Install / Uninstall +#### Install / Uninstall ```sh make install diff --git a/dnd.nimble b/dnd.nimble index 338872b..5d2d962 100644 --- a/dnd.nimble +++ b/dnd.nimble @@ -1,6 +1,6 @@ # Package -version = "0.6.0" +version = "0.6.1" author = "Adam Múdry" description = "Drag and drop source / target" license = "GPL-3.0-only" @@ -12,7 +12,7 @@ installFiles = @["dnd.cfg", "README.md"] # Dependencies requires "nim >= 1.6.2" -requires "gintro#head" +requires "gintro#d9a5fba5a39fd50c2014a175140f7e9c7635a091" # TODO: update when new version is available import os, strformat before build: