Commit 44cc41f513d5f2f3127b382681acb39d1dd9bbc3

Thomas de Grivel 2020-04-10T19:38:19

readme

diff --git a/README.md b/README.md
index e4a4fa6..9b3bc6c 100644
--- a/README.md
+++ b/README.md
@@ -14,15 +14,20 @@ but, hey, that's what unpaid interns are for, right ?
 Current status
 --------------
 
-Adams is currently able to use a local shell or connect to remote hosts via
-ssh.
-He is quite the hardcore hacker wannabe using only /bin/sh though ksh and
-bash suit him fine too.
-He's still green but he can already gather basic information about users,
-groups and files.
-
-We are currently teaching him about new kinds of resources and how to read
-resource specification manifests.
+Adams is currently able to use a local shell or connect to remote hosts
+via ssh.
+
+Adams is this hardcore hacker using only `/bin/sh` commands.
+This makes `ksh` and `bash` suitable shells for adams as they are
+compatible with `/bin/sh`.
+
+Supported resource types :
+ - Host (hostname)
+ - User (useradd, usermod, userdel)
+ - Group (groupadd, groupmod, groupdel)
+ - File (owner, group, permissions, content)
+ - Directory (owner, group, permissions)
+ - Package (Debian, OpenBSD)
 
 
 Security design