From 38ce2bc51d58e8af86ef697f6efae32fac69b9b0 Mon Sep 17 00:00:00 2001
From: Emilio Corigliano <emilio.corigliano@skywarder.eu>
Date: Thu, 22 Feb 2024 16:12:33 +0000
Subject: [PATCH] Update README.md

---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 2a33049..490eef9 100644
--- a/README.md
+++ b/README.md
@@ -17,12 +17,13 @@ fullfile(matlabroot(), 'bin', computer('arch'))
 ```
 
 ### Manually
-
 ```bash
 export MATLAB_LIB_DIR="<MATLAB_PATH>"
 cargo build --release
-mv target/release/libserial_bridge.dylib serialbridge.<EXT>
 ```
+After the build, your file will be available in the `target/release/` folder with the name `libserial_bridge.dylib` for mac systems and `serialbridge.dll` for windows systems.
+
+mv libserial_bridge.dylib serialbridge.<EXT>
 
 `<EXT>` is the extension of the library file (e.g. `mexa64` for Linux, `mexw64` for Windows, `mexmaci64` for macOS).
 
-- 
GitLab