aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-09-27 13:28:36 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-09-27 13:28:36 +0200
commit861621b9bdbdc7336183597b3ffd4ee161be19f3 (patch)
tree1518b6535d980e9f6f5b8c3f421ae7481b63d4b6 /README.md
downloadphilosophers_test-861621b9bdbdc7336183597b3ffd4ee161be19f3.tar.gz
philosophers_test-861621b9bdbdc7336183597b3ffd4ee161be19f3.tar.bz2
philosophers_test-861621b9bdbdc7336183597b3ffd4ee161be19f3.zip
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a65ae2a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+# philosophers test
+
+Test for the philosophers project of school 42.
+
+## Usage
+
+Clone this repository next to your project directory. (or change the default path in the config)
+
+```
+.
+|- philosophers/
+|- philosophers_test/
+```
+
+```
+./run --help
+```