From 25618ad66623208ffcf66522895b61c21e690993 Mon Sep 17 00:00:00 2001 From: Benjamin Sago Date: Sun, 1 Oct 2017 12:44:29 +0200 Subject: [PATCH] Add a dev help --- devtools/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 devtools/README.md diff --git a/devtools/README.md b/devtools/README.md new file mode 100644 index 0000000..8136bdd --- /dev/null +++ b/devtools/README.md @@ -0,0 +1,5 @@ +## exa development tools + +These scripts deal with things like packaging release-worthy versions of exa and making sure the published versions actually work. + +They are **not general-purpose scripts** that you’re able to run from your main computer! They’re intended to be run from the Vagrant machines — they have commands such as ‘package-exa’ or ‘check-release’ that execute them instead.