typo fix
This commit is contained in:
@@ -21,14 +21,14 @@ class finishteSh < Formula
|
||||
To complete the installation:
|
||||
|
||||
1. Run the installer:
|
||||
finishte install
|
||||
finish install
|
||||
|
||||
2. Reload your shell:
|
||||
source ~/.bashrc # for bash
|
||||
source ~/.zshrc # for zsh
|
||||
|
||||
3. Select a language model:
|
||||
finishte model
|
||||
finish model
|
||||
|
||||
You'll need LM-Studio or Ollama running locally to use finishte.sh.
|
||||
|
||||
@@ -42,6 +42,6 @@ class finishteSh < Formula
|
||||
|
||||
test do
|
||||
system "#{bin}/finishte", "--help"
|
||||
assert_match "finishte.sh", shell_output("#{bin}/finishte --help")
|
||||
assert_match "finishte.sh", shell_output("#{bin}/finish --help")
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user