~jan0sch/smederee

Showing details for patch 6f76b3f30ef1547aea655e1cb2ddc5d19daf5818.
2023-02-13 (Mon), 7:15 PM - Jens Grassel - 6f76b3f30ef1547aea655e1cb2ddc5d19daf5818

Update README.

Summary of changes
1 files modified with 12 lines added and 2 lines removed
  • README.md with 12 added and 2 removed lines
diff -rN -u old-smederee/README.md new-smederee/README.md
--- old-smederee/README.md	2025-01-31 19:59:19.449931822 +0000
+++ new-smederee/README.md	2025-01-31 19:59:19.449931822 +0000
@@ -9,9 +9,11 @@
 
 ## System requirements ##
 
-- Java 17 (or higher)
-- PostgreSQL 13 (or higher)
+- [Java](https://openjdk.org/) 17 (or higher)
+- [PostgreSQL](https://www.postgresql.org/) 13 (or higher)
   - The time zone of the DBMS is expected to be set to `Etc/UTC`!
+- [Darcs](http://darcs.net/)
+- [colordiff](https://www.colordiff.org/) (for coloured diffs)
 
 ## Developer guide ##
 
@@ -83,6 +85,14 @@
 
 TODO
 
+### Coloured diffs
+
+1. Install `colordiff`
+2. Configure the `$SMEDEREE_USER/.darcs/defaults` file to contain the following line:
+   ```
+   diff diff-command colordiff -rN -u %1 %2
+   ```
+
 ## Links ##
 
 [1]: https://owasp.org/Top10/