Skip to content

Commit

Permalink
Fix build instructions (#1701)
Browse files Browse the repository at this point in the history
Summary:
This change fixes a missing step (cd) in the build instructions.

Pull Request resolved: #1701

Reviewed By: sryap

Differential Revision: D45011147

Pulled By: q10

fbshipit-source-id: 704ce5bd3cfbd62c31f434c830a7300e5d645024
  • Loading branch information
rlanday authored and facebook-github-bot committed Apr 14, 2023
1 parent f458305 commit b121008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ cd build
cmake -DUSE_SANITIZER=address -DFBGEMM_LIBRARY_TYPE=shared -DPYTHON_EXECUTABLE=/usr/bin/python3 ..

# Run the build
make -C build -j VERBOSE=1
make -j VERBOSE=1

# Run all tests
make test
Expand Down

0 comments on commit b121008

Please sign in to comment.