Skip to content

Commit

Permalink
Improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Apr 27, 2021
1 parent ce9e757 commit 40d71eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ This is a Emacs major mode for editing [RBS](https://github.com/ruby/rbs) (a typ

You can install the package from [MELPA](https://melpa.org/#/getting-started) (recommeded), or download it directly as below:

1. Download it, e.g.
1. Download the package, e.g.

```shell
curl -L https://raw.githubusercontent.com/ybiquitous/rbs-mode/HEAD/rbs-mode.el -o ~/.emacs.d/elisp/rbs-mode.el
```

2. Edit your `~/.emacs.d/init.el`:
2. Edit your `~/.emacs.d/init.el`, e.g.

```elisp
(add-to-list 'load-path "~/.emacs.d/elisp")
Expand Down

0 comments on commit 40d71eb

Please sign in to comment.