Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit ffef5a7

Browse files
author
Je
committed
doc: update readme
1 parent 999b653 commit ffef5a7

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,25 +25,27 @@ The React Framework in [Deno](https://deno.land), inspired by [Next.js](https://
2525
- Built-in CSS(Less) Support
2626
- SSR/SSG
2727

28-
## Usage
28+
## Installation
2929
```bash
30-
# install aleph.js command
31-
deno install --allow-read --allow-write --allow-net -f -n aleph https://deno.land/x/aleph/cli.ts
30+
deno install -A -f -n aleph https://deno.land/x/aleph/cli.ts
31+
```
3232

33-
# initiate a new app
33+
## Usage
34+
```bash
35+
# create a new app
3436
$ aleph init hello
3537
$ cd hello
3638

37-
# start the app in development mode
39+
# start the app in `development` mode
3840
$ aleph
3941

40-
# start the app in production mode
42+
# start the app in `production` mode
4143
$ aleph start
4244

4345
# build the app
4446
$ aleph build
4547

46-
# help message
48+
# more usages
4749
$ aleph -h
4850
```
4951

0 commit comments

Comments
 (0)