We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 563725a commit df627dfCopy full SHA for df627df
1 file changed
README.md
@@ -28,10 +28,10 @@ curl -fsSL https://codealmanac.com/install.sh | sh
28
codealmanac setup --yes
29
30
cd your-repo
31
-codealmanac init
32
-codealmanac search "getting"
33
-codealmanac show getting-started
34
-codealmanac serve
+codealmanac init # Makes your wiki, if you don't have one
+codealmanac search "getting started" # Shows matching wiki pages.
+codealmanac show getting-started # Opens one page in the terminal
+codealmanac serve # Shows the wiki in local web viewer.
35
```
36
37
## Install
0 commit comments