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