File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
7273killall 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
7696You can create links that jump to specific headings within a page. This is useful for building a table of contents.
7797
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments