Skip to content

Commit 6c2ab06

Browse files
committed
Correct quick start
Not sure how this update didn't make it in, but it's necessary.
1 parent 772a5dc commit 6c2ab06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ simdjson is easily consumable with a single .h and .cpp file.
3434
std::cout << tweets["search_metadata"]["count"] << " results." << std::endl;
3535
}
3636
```
37-
3. `g++ -o parser parser.cpp` (or clang++)
37+
3. `g++ -o parser parser.cpp simdjson.cpp -std=c++17`
3838
4. `./parser`
3939
```
4040
100 results.

0 commit comments

Comments
 (0)