We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ccb1bc commit 33c7dfcCopy full SHA for 33c7dfc
1 file changed
README.md
@@ -143,12 +143,15 @@ $ docker run --rm -it keytool-cli --help
143
### MacOS
144
145
```bash
146
-$ brew install autoconf automake gnu-sed libtool
+$ brew install autoconf automake gnu-sed libtool python python-setuptools
147
```
148
149
You must then download or clone this repo. Afterward, cd into the repo directory and:
150
151
152
+$ git clone https://github.com/BlockchainCommons/keytool-cli.git
153
+$ cd keytool-cli
154
+$ autoreconf -i
155
$ ./build.sh
156
$ sudo make install
157
0 commit comments