Commit 2d6e0d1ab48bac3eb05ca241860d755a53005994

Thomas de Grivel 2020-04-11T12:46:05

readme

diff --git a/README.md b/README.md
index a61d4bb..2c363a7 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,20 @@
 Adams 0.1
 =========
 
+Adams is a UNIX system administration tool.
+
+You describe your systems (hosts) using resources having properties.
+
+The properties are then probed and synchronized by Adams using only
+`/bin/sh` on the remote host, and `/usr/bin/ssh` on the control host.
+
+More viable alternatives include
+[Ansible](https://www.ansible.com/),
+[Chef](https://www.chef.io/)
+and
+[Puppet](https://puppet.com/).
+
+
 Current status
 --------------