Skip to content

Commit df627df

Browse files
authored
Update README with codealmanac commands
1 parent 563725a commit df627df

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ curl -fsSL https://codealmanac.com/install.sh | sh
2828
codealmanac setup --yes
2929

3030
cd your-repo
31-
codealmanac init
32-
codealmanac search "getting"
33-
codealmanac show getting-started
34-
codealmanac serve
31+
codealmanac init # Makes your wiki, if you don't have one
32+
codealmanac search "getting started" # Shows matching wiki pages.
33+
codealmanac show getting-started # Opens one page in the terminal
34+
codealmanac serve # Shows the wiki in local web viewer.
3535
```
3636

3737
## Install

0 commit comments

Comments
 (0)