From 81a6ed524c192d7a3c23188e17b9ac5960de4722 Mon Sep 17 00:00:00 2001 From: Pascal Precht Date: Thu, 14 May 2020 11:21:36 +0200 Subject: [PATCH] chore: fix installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2190cbb0a2..8bba599625 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/dotherside/build/lib ### 5. Copy libstatus to repo -Copy `libstatus.a` to the root folder. Can be obtained from `status-react/result` by executing `make status-go-desktop`. +Copy `libstatus.a` to the `./lib` folder. Can be obtained from `status-react/result` by executing `make status-go-desktop`. **macos:** rename `libstatus.a` to `libstatus.dylib` _before_ copying over. Alternatively, modify `desktop/default.nix` to output `libstatus.dylib` before copying over. ### 6. Install nim dependencies