Skip to content

Commit

Permalink
Update direct_use.md to include bin folder
Browse files Browse the repository at this point in the history
The `dtw-cpp/bin` folder for `dtwc_main` executable is denoted in the instructions.
  • Loading branch information
ElektrikAkar authored Jul 12, 2024
1 parent b410252 commit 4e3b51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/1_getting_started/direct_use.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Although DTW-C++ is easiest to use via the command line interface executable, it
- Download the source code and extract it if it is zipped.
- Copy your data into the `data` folder in one of the [supported data formats](supported_data.md).
- Edit `main.cpp` in the `dtwc` folder using the examples in the `examples` folder or [examples page](examples.md).
- Compile the code using [these instructions](run.md), and use the `dtwc_main` executable after compilation.
- Compile the code using [these instructions](run.md), and after compilation use the `dtwc_main` executable located in the `./dtw-cpp/bin` folder.

0 comments on commit 4e3b51e

Please sign in to comment.