Updated README with installation instructions.

This commit is contained in:
larstvei 2014-11-15 23:47:45 +01:00
parent 3a779b23ea
commit ccbd98e30d
2 changed files with 50 additions and 0 deletions

View File

@ -6,6 +6,17 @@ the content, without storing the file.
Packages from ELPA will temporarily be stored in `/tmp/` by default.
## Installation
You can install Try using elpa.
It's available on [marmalade](http://marmalade-repo.org/) and
[melpa](http://melpa.milkbox.net/):
```
M-x package-install try
```
## Usage
Remember to make packages from your `package-archives` available for
@ -15,6 +26,20 @@ download with
M-x package-refresh-contents
```
if you haven't already.
Then to try out a package you can run
```
M-x try RET some-package
```
Or if you want to try out some package from the web, just paste in the URL
```
M-x try RET https://url.com/to/some/file.el
```
### Example
If you for instance have [melpa](http://melpa.org/) in your

25
try.el
View File

@ -34,6 +34,17 @@
;; Packages from ELPA will temporarily be stored in `/tmp/` by default.
;; ## Installation
;; You can install Try using elpa.
;; It's available on [marmalade](http://marmalade-repo.org/) and
;; [melpa](http://melpa.milkbox.net/):
;; ```
;; M-x package-install try
;; ```
;; ## Usage
;; Remember to make packages from your `package-archives` available for
@ -43,6 +54,20 @@
;; M-x package-refresh-contents
;; ```
;; if you haven't already.
;; Then to try out a package you can run
;; ```
;; M-x try RET some-package
;; ```
;; Or if you want to try out some package from the web, just paste in the URL
;; ```
;; M-x try RET https://url.com/to/some/file.el
;; ```
;; ### Example
;; If you for instance have [melpa](http://melpa.org/) in your