Commit cd2c4521 authored by srawat's avatar srawat
Browse files

Update install.rst

parent 8c2c08df
......@@ -29,13 +29,15 @@ Here are the steps to build TransferBench:
git clone https://github.com/ROCm/TransferBench.git
cd TransferBench
2. Build TransferBench using Makefile.
2. Build TransferBench using Makefile or CMake.
To build using Makefile, use:
.. code-block:: bash
make
3. Build TransferBench using CMake.
To build using CMake, use:
.. code-block:: bash
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment