From dc95e48a4703e9f1e17aa5cebfe8f8af825b5829 Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Sun, 15 Mar 2015 17:34:11 -0400 Subject: [PATCH] update installation --- README.org | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.org b/README.org index 172e75f..b2622eb 100644 --- a/README.org +++ b/README.org @@ -44,11 +44,6 @@ You may want to set some convenient keys for working in your bibtex file: (global-set-key [f10] 'org-ref-open-bibtex-notes) (global-set-key [f11] 'org-ref-open-bibtex-pdf) (global-set-key [f12] 'org-ref-open-in-browser) -#+END_SRC - - Change into the directory you cloned org-ref into and run this command to generate the elisp files. -#+BEGIN_SRC sh -make tangled #+END_SRC Add the directory you cloned org-ref into to your load-path, and require the features you want. @@ -57,12 +52,16 @@ Add the directory you cloned org-ref into to your load-path, and require the fea ;; make sure you have dash, helm, helm-bibtex, ebib, s, f, hydra and key-chord ;; in your load-path (require 'org-ref) + +;; optional but very useful libraries in org-ref (require 'doi-utils) (require 'jmax-bibtex) (require 'pubmed) +(require 'arxiv) +(require 'sci-id) #+END_SRC -Please report errors here: [[https://github.com/jkitchin/org-ref/issues][issue]]s +Please report errors here: [[https://github.com/jkitchin/org-ref/issues][issue]]s. * Contributors I would like to thank the following [[https://github.com/jkitchin/org-ref/graphs/contributors][contributors]] to org-ref -- 2.39.2