branch: elpa/julia-mode commit 5cccdbd064395191cbc18107653f498bc4bab616 Author: Volker-Weissmann <39418860+volker-weissm...@users.noreply.github.com> Commit: GitHub <nore...@github.com>
Fixed installation documentation (#147) * Fixed installation documentation * Update README.md Co-authored-by: Adam B <adam_...@thebeckmeyers.xyz> * Revert "Update README.md" This reverts commit 22b6bb78205cb1442ead49b51dd9e1b461618db0. Co-authored-by: Adam B <adam_...@thebeckmeyers.xyz> --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b180554..156bb45 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,9 @@ Unless you want to develop this package, it is recommended that you use it from 1. [Enable the MELPA repository](https://melpa.org/#/getting-started). -2. Add `(require 'julia-mode)` to your Emacs init file. +2. Add `(package-install 'julia-mode)` to your Emacs init file. + +3. Add `(require 'julia-mode)` to your Emacs init file. ## Using the source repository directly