summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWisdom Omuya <deafgoat@gmail.com>2014-11-06 17:54:06 -0500
committerWisdom Omuya <deafgoat@gmail.com>2014-11-06 17:54:06 -0500
commitf7065a126ca71793148b914af754921816d75f08 (patch)
treed27320af4d18420d711759add2088136cec43011
parente5851798b71c8cd12e7c9364a5dad2d2a45f7b98 (diff)
downloadmongo-f7065a126ca71793148b914af754921816d75f08.tar.gz
README.md update
Former-commit-id: 4e619c4517c0011e3a78173728b812ac413382b9
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c391af6c876..4124befdf1d 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
This is the 2.7.x **unstable** branch. This project is a work in progress.
- **bsondump** - _display BSON files in a human-readable format_
- - **mongoimport** - _Convert data from JSON or CSV and insert them into a collection_
+ - **mongoimport** - _Convert data from JSON, TSV or CSV and insert them into a collection_
- **mongoexport** - _Write an existing collection to CSV or JSON format_
- **mongodump/mongorestore** - _Dump MongoDB backups to disk in .BSON format, or restore them to a live database_
- **mongostat** - _Monitor live MongoDB servers, replica sets, or sharded clusters_
@@ -26,7 +26,7 @@ cd mongo-tools
#### Building Tools
-Use `go build` to build the tool binaries.
+Use `go build` to build the tool binaries. Requires Go version 1.3 and up.
```
mkdir bin/