1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-13 22:12:50 +02:00

Update BUILD.md

This commit is contained in:
Laurent Cozic
2017-12-06 23:34:56 +00:00
committed by GitHub
parent bb51729bea
commit 1d6fb8058f

View File

@@ -42,3 +42,4 @@ From `/CliClient`:
- Run `npm install` - Run `npm install`
- Then `build.sh` - Then `build.sh`
- Copy the translations to the build directory: `rsync -aP ../ReactNativeClient/locales/ build/locales/` - Copy the translations to the build directory: `rsync -aP ../ReactNativeClient/locales/ build/locales/`
- Run `run.sh` to start the application for testing.