Correct quick start

Not sure how this update didn't make it in, but it's necessary.
This commit is contained in:
John Keiser 2020-03-23 08:28:44 -07:00
parent 772a5dc3d5
commit 6c2ab064cb
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ simdjson is easily consumable with a single .h and .cpp file.
std::cout << tweets["search_metadata"]["count"] << " results." << std::endl;
}
```
3. `g++ -o parser parser.cpp` (or clang++)
3. `g++ -o parser parser.cpp simdjson.cpp -std=c++17`
4. `./parser`
```
100 results.