[gnome-commander] Adds Git tips and Docker hint in README.md
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] Adds Git tips and Docker hint in README.md
- Date: Sun, 13 Mar 2016 14:30:38 +0000 (UTC)
commit bed9ba16802da60abd07f7d4d35c340e487bb8e8
Author: Uwe Scholz <uwescholz src gnome org>
Date: Sun Mar 13 15:10:23 2016 +0100
Adds Git tips and Docker hint in README.md
README.md | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/README.md b/README.md
index 7b52774..d45e4d0 100644
--- a/README.md
+++ b/README.md
@@ -105,3 +105,19 @@ For installing GNOME Commander using the sources in the git repository, do the f
After executing ``./configure`` or ``./autogen.sh`` see the file ``INSTALL``
for detailed information regarding the installation of GNOME Commander.
+
+### Tip for working with git ###
+
+There exists a [pre-commit.sh](pre-commit.sh) script in the main
+directory of the repository. Just type ``ln -s ../../pre-commit.sh
+.git/hooks/pre-commit`` to activate this script. It runs ``make`` and
+``make check`` before your change will be finally committed. This is
+really nice for lazy people.
+
+### Docker ###
+
+There exists also a [Dockerfile](Dockerfile) in the repository. At the
+moment, it is for testing purposes for the Ubuntu distribution only,
+i.e. when you do ``docker build .``, the GCMD sources are compiled on
+the Ubuntu base image. Feel free to push a merge request if you have
+cool ideas using Docker together with GCMD.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]