From 5f5513e2f0428ddcdcef5cf74967fd71ddd2e009 Mon Sep 17 00:00:00 2001 From: Quinten De Man Date: Tue, 4 Jun 2024 13:23:09 -0400 Subject: [PATCH] Update README.md New file location in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b1ee1a..f76689b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Setup: * ```$ mkdir build``` * ```$ cd build``` * ```$ mkdir binary_streams``` -* ```$ ln -s /mnt/ssd2/fast_query_project/binary_streams/* binary_streams``` +* ```$ ln -s /mnt/ssd2/fast_query_project/binary_streams/* binary_streams (edit: now in /mnt/nvme/...)``` * ```$ cmake .. -DCMAKE_BUILD_TYPE=Release``` or release type of choice (Release, RelWithDebInfo, Debug) * ```$ make$```