diff options
| author | Jon Layton <[email protected]> | 2019-09-07 23:52:45 -0400 |
|---|---|---|
| committer | Jon Layton <[email protected]> | 2019-09-17 03:21:22 -0400 |
| commit | 6aab7649d30b19d136a27f1287fd2c8b00fb460c (patch) | |
| tree | 7f14c9665c34f0f3b51f22f61ab4742b01bfc115 /contrib/macdeploy | |
| parent | Merge #16882: qt: Re-generate translations before 0.19.0 (diff) | |
| download | discoin-6aab7649d30b19d136a27f1287fd2c8b00fb460c.tar.xz discoin-6aab7649d30b19d136a27f1287fd2c8b00fb460c.zip | |
doc: Fix whitespace errs in .md files, bitcoin.conf, Info.plist.in, and find_bdb48.m4
Diffstat (limited to 'contrib/macdeploy')
| -rw-r--r-- | contrib/macdeploy/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/macdeploy/README.md b/contrib/macdeploy/README.md index 6163734e6..e90120ea7 100644 --- a/contrib/macdeploy/README.md +++ b/contrib/macdeploy/README.md @@ -1,7 +1,7 @@ ### MacDeploy ### For Snow Leopard (which uses [Python 2.6](http://www.python.org/download/releases/2.6/)), you will need the param_parser package: - + sudo easy_install argparse This script should not be run manually, instead, after building as usual: |