Skip to content

Commit 721dbea

Browse files
authored
Create INSTALL.md
1 parent df330ff commit 721dbea

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

INSTALL.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
### [Hyper](https://hyper.is/)
2+
3+
#### Install using the [hyper command-line interface](https://hyper.is/)
4+
5+
$ hyper install hyper-dracula
6+
7+
#### Install using config file
8+
9+
Add `hyper-dracula` to the plugins list in your `~/.hyper.js` config file.
10+
11+
plugins: [
12+
"hyper-dracula"
13+
]
14+
15+
#### Activating theme
16+
17+
1. Start Hyper
18+
2. Go to `View -> Full Reload`

0 commit comments

Comments
 (0)