xaizek / dit (License: GPLv3) (since 2018-12-07)
Command-line task keeper that remembers all old values and is meant to combine several orthogonal features to be rather flexible in managing items.
Commit fdeea995787818c771c0fd93d58240a94a056a6d

Better description for the uninstall make target
Author: xaizek
Author date (UTC): 2019-01-09 11:39
Committer name: xaizek
Committer date (UTC): 2019-01-09 11:44
Parent(s): 13bc8106921a470ce87c6ff8cd0bd399d202ef92
Signing key: 99DC5E4DB05F6BE2
Tree: cfc78629703a22f397a600cef2fa49f15e42af3d
File Lines added Lines deleted
INSTALL.md 2 1
File INSTALL.md changed (mode: 100644) (index eaaef04..392853e)
... ... Builds man page (`man` target) and installs it.
35 35 `DESTDIR` can be set to point to root of the installation directory. `DESTDIR` can be set to point to root of the installation directory.
36 36
37 37 * `uninstall` * `uninstall`
38 Removes executable and man page.
38 Removes files installed by the `install` target. Make sure to specify the same
39 `DESTDIR` as for installation.
39 40
40 41 #### Documentation #### #### Documentation ####
41 42
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/dit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/dit

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master