Skip to content

Commit ffa09c8

Browse files
committed
Add mise installation instructions for fedify CLI
Users can now install the fedify CLI tool using mise by running `mise use -g github:fedify-dev/fedify`. This commit adds the corresponding instructions to the CLI documentation. Assisted-by: Gemini CLI:gemini-2.0-flash-exp
1 parent 3e33139 commit ffa09c8

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/cli.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,17 @@ command above.
9999

100100
[Deno]: https://deno.com/
101101

102+
### Using mise
103+
104+
If you have [mise] installed, you can install `fedify` by running the following
105+
command:
106+
107+
~~~~ sh
108+
mise use -g github:fedify-dev/fedify
109+
~~~~
110+
111+
[mise]: https://mise.jdx.dev/
112+
102113
### Downloading the executable
103114

104115
You can download the pre-built executables from the [releases] page. Download

0 commit comments

Comments
 (0)