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.