Skip to content

Commit

Permalink
fix: add back hyphen for install
Browse files Browse the repository at this point in the history
  • Loading branch information
catpaladin committed Jul 16, 2024
1 parent 9aa1c13 commit bb789f2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tmp/*
jenn-ai
./jenn-ai
chat.db
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

deps:
@go install github.com/air-verse/air@latest
@go mod tidy

local_dev:
@air
Expand All @@ -10,6 +11,9 @@ local:
@go install ./cmd/jennai
@jenn-ai

tests:
@go test -cover ./...

# default value is set to docker-compose.yaml
# if you have a gpu, you will want to run:
#
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Support for models is currently limited to:
## Installation
```bash
git clone <repo>
go install ./cmd/jennai
go install ./cmd/jenn-ai
```

## Local Development
Expand Down
File renamed without changes.

0 comments on commit bb789f2

Please sign in to comment.