From ced984d84d8fe5281fd8f30fb23a39a31e48ee78 Mon Sep 17 00:00:00 2001 From: Anjandev Momi Date: Fri, 17 Apr 2020 10:40:07 -0700 Subject: [PATCH] Manual: added link to xtools' xbump --- Manual.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Manual.md b/Manual.md index 92b57b1b2c2..5bd56701736 100644 --- a/Manual.md +++ b/Manual.md @@ -1962,7 +1962,9 @@ Fork the voidlinux `void-packages` git repository on github and clone it: $ git clone git@github.com:/void-packages.git -You can now make your own commits to the `forked` repository: +To make your commits, you can use `xbump` from +[xtools](https://github.com/leahneukirchen/xtools) or do it manually +as described below. $ git add ... $ git commit ...