Skip to content

Commit

Permalink
chore: remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywoola committed Dec 18, 2024
1 parent 1cece76 commit 4b347b7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 87 deletions.
71 changes: 0 additions & 71 deletions Makefile

This file was deleted.

16 changes: 0 additions & 16 deletions docs/build_homebrew.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,8 @@
brew -v
```

### Build CLI tool

```bash
# Build the CLI tool from source
make build
# Generate the sha256 checksum
make sha256
# Update the formula with the new sha256 checksum
make update_formula
# Clean the build
make clean
# Execute all the above commands
make all
```

### Install CLI tool

```bash
make all
brew install --build-from-source ./dify.rb
```

0 comments on commit 4b347b7

Please sign in to comment.