Skip to content

Commit

Permalink
Add gnutls to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakhim committed Sep 23, 2018
1 parent be7b942 commit 25506e2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* Quick Start

#+BEGIN_SRC sh
brew install the_silver_searcher aspell
brew install gnutls the_silver_searcher aspell
mv ~/.emacs.d ~/.emacs.d.bak
git clone https://github.com/freetonik/castlemacs ~/.emacs.d
#+END_SRC
Expand Down Expand Up @@ -154,6 +154,12 @@ Castlemacs requires =aspell=, a Free and Open Source spell checker. Install it:
brew install aspell
#+END_SRC

We also need `gnutls` — GNU Transport Layer Security (TLS) Library:

#+BEGIN_SRC sh
brew install gnutls
#+END_SRC

** Install Castlemacs

Backup current Emacs config (if exists), then clone Castlemacs from Github:
Expand Down

0 comments on commit 25506e2

Please sign in to comment.