From 07fd88542a3fd2fe449d45514ed997748429dee5 Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Sun, 16 Jun 2013 22:24:59 +0300 Subject: [PATCH] convert README to org-mode format --- README | 4 ---- README.org | 10 ++++++++++ 2 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 README create mode 100644 README.org diff --git a/README b/README deleted file mode 100644 index f495d80..0000000 --- a/README +++ /dev/null @@ -1,4 +0,0 @@ -Run tests - - ./vendor/bin/phpunit --bootstrap t/project/htdocs/index.php t - diff --git a/README.org b/README.org new file mode 100644 index 0000000..16d06dc --- /dev/null +++ b/README.org @@ -0,0 +1,10 @@ +* IPF Framework + +** Documentation + + [[file:doc/template.org][Templates]] + +** Run tests + + =./vendor/bin/phpunit --bootstrap t/project/htdocs/index.php t= + -- 2.49.0