Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
map7 committed Dec 7, 2016
1 parent 8e47368 commit f206737
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ Run installation script
: cd ~/.emacs.d
: ./install

Start emacs
: emacs

List packages (Note: M-x is emacs way of saying Alt + x)
: M-x list-packages

Install use-package with
: M-x package-install use-package

Then restart emacs and it should start building the packages, if it asks you to build pdf-tools say yes and in the compile buffer it will show the results. If this compile is needed then after the compile is finished you will need to restart emacs again for the final run of packages.

*** Manually
Install my sub modules
: git submodule init
Expand Down

0 comments on commit f206737

Please sign in to comment.