Skip to content

Commit 33c7dfc

Browse files
authored
Update README.md
1 parent 0ccb1bc commit 33c7dfc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,15 @@ $ docker run --rm -it keytool-cli --help
143143
### MacOS
144144

145145
```bash
146-
$ brew install autoconf automake gnu-sed libtool
146+
$ brew install autoconf automake gnu-sed libtool python python-setuptools
147147
```
148148

149149
You must then download or clone this repo. Afterward, cd into the repo directory and:
150150

151151
```bash
152+
$ git clone https://github.com/BlockchainCommons/keytool-cli.git
153+
$ cd keytool-cli
154+
$ autoreconf -i
152155
$ ./build.sh
153156
$ sudo make install
154157
```

0 commit comments

Comments
 (0)