mirror of
https://github.com/larstvei/Try.git
synced 2024-11-26 11:38:30 +00:00
Updated README with installation instructions.
This commit is contained in:
parent
3a779b23ea
commit
ccbd98e30d
25
README.md
25
README.md
@ -6,6 +6,17 @@ the content, without storing the file.
|
|||||||
|
|
||||||
Packages from ELPA will temporarily be stored in `/tmp/` by default.
|
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
|
## Usage
|
||||||
|
|
||||||
Remember to make packages from your `package-archives` available for
|
Remember to make packages from your `package-archives` available for
|
||||||
@ -15,6 +26,20 @@ download with
|
|||||||
M-x package-refresh-contents
|
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
|
### Example
|
||||||
|
|
||||||
If you for instance have [melpa](http://melpa.org/) in your
|
If you for instance have [melpa](http://melpa.org/) in your
|
||||||
|
25
try.el
25
try.el
@ -34,6 +34,17 @@
|
|||||||
|
|
||||||
;; Packages from ELPA will temporarily be stored in `/tmp/` by default.
|
;; 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
|
;; ## Usage
|
||||||
|
|
||||||
;; Remember to make packages from your `package-archives` available for
|
;; Remember to make packages from your `package-archives` available for
|
||||||
@ -43,6 +54,20 @@
|
|||||||
;; M-x package-refresh-contents
|
;; 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
|
;; ### Example
|
||||||
|
|
||||||
;; If you for instance have [melpa](http://melpa.org/) in your
|
;; If you for instance have [melpa](http://melpa.org/) in your
|
||||||
|
Loading…
Reference in New Issue
Block a user