From 86e947fe87d013e6fc5692adce943d9ff42e7007 Mon Sep 17 00:00:00 2001 From: BlueSilver22 <34906725+BlueSilver22@users.noreply.github.com> Date: Sat, 24 Feb 2018 22:11:14 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 785bb09f..4e2fd214 100644 --- a/README.md +++ b/README.md @@ -106,12 +106,11 @@ If compiling on linux, use the following command to build the executables in `./ sudo make install DESTDIR= ``` -After building, you can make a copy of the compiled executables to a directory on your Windows file system. This is done the following way +If compiling using WSL, use the following command to build the executables in `c:\btcp\BTCPrivate ```{r, engine='bash'} sudo make install DESTDIR=/mnt/c/btcp/BTCPrivate ``` -This will install the executables to `c:\btcp\BTCPrivate ### Mac Get dependencies: