diff options
author | Jauhien Piatlicki <jauhien@gentoo.org> | 2014-05-10 14:08:38 +0200 |
---|---|---|
committer | Jauhien Piatlicki <jauhien@gentoo.org> | 2014-05-10 14:08:38 +0200 |
commit | 462d737a3ccf03a126157f72088a9f3668b814c7 (patch) | |
tree | 5c2e9e8665d63efa27ba64cc2b02940191bb63ae | |
parent | version 0.1 released (diff) | |
download | gs-elpa-462d737a3ccf03a126157f72088a9f3668b814c7.tar.gz gs-elpa-462d737a3ccf03a126157f72088a9f3668b814c7.tar.bz2 gs-elpa-462d737a3ccf03a126157f72088a9f3668b814c7.zip |
fix ugly identationv0.1
-rw-r--r-- | README.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -7,7 +7,7 @@ Installation Currently to install gs-elpa you need to add my overlay: ``` - layman -a jauhien +layman -a jauhien ``` In the nearest future I'll add this package to the tree so this step will be not needed. @@ -15,7 +15,7 @@ In the nearest future I'll add this package to the tree so this step will be not Then just emerge gs-elpa: ``` - emerge -va gs-elpa +emerge -va gs-elpa ``` Note that it uses layman-9999. @@ -36,9 +36,9 @@ displayed as *g-sorcery*. Then you add this overlay as usually and emerge packages you want. It's all you need to do. Example: ``` - layman -L - layman -a gnu-elpa -a marmalade - emerge -va clojure-mode +layman -L +layman -a gnu-elpa -a marmalade +emerge -va clojure-mode ``` There are 3 gs-elpa overlays currently: [gnu-elpa](http://elpa.gnu.org/), [marmalade](http://marmalade-repo.org/) @@ -70,19 +70,19 @@ This is not the recommended way and may be removed in the future. Create new user overlay: ``` - gs-elpa -o $OVERLAY_DIRECTORY -r gnu-elpa sync +gs-elpa -o $OVERLAY_DIRECTORY -r gnu-elpa sync ``` List packages: ``` - gs-elpa -o $OVERLAY_DIRECTORY -r gnu-elpa list +gs-elpa -o $OVERLAY_DIRECTORY -r gnu-elpa list ``` Install any package you want: ``` - gs-elpa -o $OVERLAY_DIRECTORY -r gnu-elpa install $PACKAGE +gs-elpa -o $OVERLAY_DIRECTORY -r gnu-elpa install $PACKAGE ``` Repositories you can use are gnu-elpa, marmalade and melpa. You can use them |