From 9c40716bb9073c77820cc5fff9a79a0ac9dc624a Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sat, 5 Aug 2023 16:14:42 +0700 Subject: [PATCH] Remove Homebrew formula from repo --- Formula/humanscript.rb | 15 --------------- readme.md | 2 +- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 Formula/humanscript.rb diff --git a/Formula/humanscript.rb b/Formula/humanscript.rb deleted file mode 100644 index f8216cc..0000000 --- a/Formula/humanscript.rb +++ /dev/null @@ -1,15 +0,0 @@ -class Humanscript < Formula - desc "A truly natural scripting language" - homepage "https://github.com/lukechilds/humanscript" - version "1.0.0" - url "https://github.com/lukechilds/humanscript/archive/1.0.0.tar.gz" - sha256 "" - - depends_on "openssl" - depends_on "curl" - depends_on "jq" - - def install - bin.install "humanscript" - end -end \ No newline at end of file diff --git a/readme.md b/readme.md index 5e76f7c..3eb1d01 100644 --- a/readme.md +++ b/readme.md @@ -67,7 +67,7 @@ docker run -it ghcr.io/lukechilds/humanscript Alternatively you can install it natively on your system with Homebrew: ```shell -brew install lukechilds/humanscript/humanscript +brew install lukechilds/tap/humanscript ``` Or manually install by downloading this repository and copy/symlink `humanscript` into your PATH.