Skip to content

Commit aa07d58

Browse files
committed
docs: Edit README.md
post: edit
1 parent 54c1458 commit aa07d58

3 files changed

Lines changed: 20 additions & 28 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Website link: [https://chebread.github.io/](https://chebread.github.io/)
99
- [Tech Stack](#tech-stack)
1010
- [How to Run](#how-to-run)
1111
- [How to Use devd](#how-to-use-devd)
12+
- [How to Use localias](#how-to-use-localias)
1213
- [How to Create Manual Anchor Links](#how-to-create-manual-anchor-links)
1314
- [How to Deploy](#how-to-deploy)
1415
- [License](#license)
@@ -72,6 +73,25 @@ devd -ol DIR_NAME # Run the server and open a browser using livereload
7273
killall devd # Kill devd process
7374
```
7475

76+
## How to Use localias
77+
```shell
78+
localias set devd.test 8000
79+
80+
localias remove devd.test
81+
82+
localias clear
83+
84+
localias list
85+
86+
localias status
87+
88+
localias start
89+
90+
localias stop
91+
92+
localias run
93+
```
94+
7595
## How to Create Manual Anchor Links
7696
You can create links that jump to specific headings within a page. This is useful for building a table of contents.
7797

content/독서/개발은 본질적으로 생산과 다르다.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

content/독서/독서.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)