aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgcv <gepardcv@gmail.com>2020-01-31 14:22:58 -0800
committerGitHub <noreply@github.com>2020-01-31 14:22:58 -0800
commita1b1b5d0fac0946d0cbdae8ea5612a361e4b6784 (patch)
treed931b461feacac12891f618f1e75ff42215ec54d
parenta89fdd8f7cdaeb8817f7d963792c1d2699b11c97 (diff)
Fix CONTRIBUTING.org numbering.
-rw-r--r--CONTRIBUTING.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTING.org b/CONTRIBUTING.org
index fdf675c..c4fc709 100644
--- a/CONTRIBUTING.org
+++ b/CONTRIBUTING.org
@@ -24,19 +24,19 @@ In addition, the Emacs byte-compiler introduces some unexpected behaviors, parti
MELPA makes these things (relatively) easy to test. Refer to the [[https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org#test-your-recipe][Test your recipe]] section of [[https://github.com/melpa/melpa/blob/master/CONTRIBUTING.org][MELPA’s CONTRIBUTING.org]] documentation for details, but here is a terse summary of the process:
-1. Clone the [[https://github.com/melpa/melpa/][melpa repository]], and then change ~melpa/recipes/perspective~ to point to your local Perspective repo:
+- Clone the [[https://github.com/melpa/melpa/][melpa repository]], and then change ~melpa/recipes/perspective~ to point to your local Perspective repo:
#+BEGIN_SRC elisp
(perspective :fetcher git :url "/home/you/code/perspective-el")
#+END_SRC
-2. From the melpa repo, run:
+- From the melpa repo, run:
#+BEGIN_SRC shell
EMACS_COMMAND=/path/to/emacs make recipes/perspective
#+END_SRC
-3. Install Ivy and Counsel in the melpa sandbox:
+- Install Ivy and Counsel in the melpa sandbox:
#+BEGIN_SRC shell
EMACS_COMMAND=/path/to/emacs make sandbox INSTALL=ivy
@@ -45,7 +45,7 @@ EMACS_COMMAND=/path/to/emacs make sandbox INSTALL=counsel
# exit emacs after this step
#+END_SRC
-3. Install Perspective:
+- Install Perspective:
#+BEGIN_SRC shell
EMACS_COMMAND=/path/to/emacs make sandbox INSTALL=perspective