• Victor Zverovich's avatar
    Fix CMake commands in README · 5bb6b0ae
    Victor Zverovich authored
    Summary:
    Remove bogus `configure` argument from cmake commands which is likely an
    artefact from automake migration. The correct invocation of CMake is
    
    ```
    cmake [<options>] {<path-to-source> | <path-to-existing-build>}
    ```
    
    Reviewed By: Orvid
    
    Differential Revision: D9721030
    
    fbshipit-source-id: 95da844d3292cbf2acbec85753499f3603567e08
    5bb6b0ae
README.md 7.06 KB