From 4e3b51ef5b6bce9ccbc6690cb755bfbb0350d548 Mon Sep 17 00:00:00 2001 From: Volkan Kumtepeli Date: Fri, 12 Jul 2024 17:43:03 +0100 Subject: [PATCH] Update direct_use.md to include bin folder The `dtw-cpp/bin` folder for `dtwc_main` executable is denoted in the instructions. --- docs/1_getting_started/direct_use.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1_getting_started/direct_use.md b/docs/1_getting_started/direct_use.md index fa30514..0135fe7 100644 --- a/docs/1_getting_started/direct_use.md +++ b/docs/1_getting_started/direct_use.md @@ -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.