branch: elpa/org-tree-slide commit 996ed8cc6b4cbb1dc1ff0e58bd6eacc8e401771a Author: Yakkala Yagnesh Raghava <h...@yagnesh.org> Commit: Yakkala Yagnesh Raghava <h...@yagnesh.org>
* README.org: update as el-get has recipe already included. Signed-off-by: Yakkala Yagnesh Raghava <h...@yagnesh.org> --- README.org | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index b31dee8058..d74c27cca3 100644 --- a/README.org +++ b/README.org @@ -37,11 +37,9 @@ Then open an org file, just type =<right>= and =<left>=. A presentation will beg ** el-get recipe -If you are an [[https://github.com/dimitri/el-get][el-get]] user, please use this recipe. +If you are an [[https://github.com/dimitri/el-get][el-get]] user, just do -#+BEGIN_SRC emacs-lisp -(:name org-tree-slide :description "A presentation tool for org-mode" :type git :url "git://github.com/takaxp/org-tree-slide.git" :required nil) -#+END_SRC +: M-x el-get-install RET org-tree-slide ** 2.1 Requirements - Org-mode 6.33x or higher version is required.