diff options
author | Ziyi Yan <cxfyzy@gmail.com> | 2017-11-18 03:19:45 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-18 03:19:45 +0800 |
commit | d3c04723c57515c6bca0ed4caae85c69a52c9cd5 (patch) | |
tree | 307ede9acbbe27f770dd4a1c14a1d736a995b624 /README | |
parent | e816dcd2047db3fec3db363cc6b4fea73e34f82b (diff) | |
download | geiser-d3c04723c57515c6bca0ed4caae85c69a52c9cd5.tar.gz geiser-d3c04723c57515c6bca0ed4caae85c69a52c9cd5.tar.bz2 |
Fix typo in installation's command
`install-package` -> `package-install`
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ * Installation The easiest way is to use MELPA, and just type - `M-x install-package RET geiser` inside emacs. + `M-x package-install RET geiser` inside emacs. Geiser can be used either directly from its uninstalled source tree or byte-compiled and installed after performing the standard |