diff options
| author | Jonathan Turner <jonathandturner@users.noreply.github.com> | 2016-10-14 12:07:09 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-14 12:07:09 -0700 |
| commit | 881f0f81f05dbc8288f2076ce439910536de287d (patch) | |
| tree | 5fe5b973f3603bfbacc24b11b63c3dcfa10bc840 | |
| parent | dd25442aafff76e87f2158cffb102f98a81d7666 (diff) | |
| parent | 2ebef83f52960763f46214bae2e8e51ac967ae80 (diff) | |
| download | rust-881f0f81f05dbc8288f2076ce439910536de287d.tar.gz rust-881f0f81f05dbc8288f2076ce439910536de287d.zip | |
Rollup merge of #37159 - cthulhua:readme-mingw-tar, r=alexcrichton
add (missing) tar to list of packages to get under mingw The distribution targets use tar, but the readme pacman invocation doesn't include the tar package.
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md index f2385f31518..b79c9703f44 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ build. $ pacman -S git \ make \ diffutils \ + tar \ mingw-w64-x86_64-python2 \ mingw-w64-x86_64-cmake \ mingw-w64-x86_64-gcc |
