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

Commit 64ba039

Browse files
author
Je
committed
doc: update readme
1 parent 0acdfd0 commit 64ba039

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,20 @@ deno install -A -f -n aleph https://deno.land/x/aleph/cli.ts
3333
### Usage
3434
```bash
3535
# create a new app
36-
$ aleph init hello
37-
$ cd hello
36+
aleph init hello
37+
cd hello
3838

3939
# start the app in `development` mode
40-
$ aleph
40+
aleph
4141

4242
# start the app in `production` mode
43-
$ aleph start
43+
aleph start
4444

4545
# build the app
46-
$ aleph build
46+
aleph build
4747

4848
# more usages
49-
$ aleph -h
49+
aleph -h
5050
```
5151

5252
### Documentation

0 commit comments

Comments
 (0)