mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Update BUILD.md
This commit is contained in:
parent
d21a3f0bca
commit
8a8ecaade3
3
BUILD.md
3
BUILD.md
@ -3,6 +3,7 @@
|
||||
# General information
|
||||
|
||||
- All the applications share the same library, which, for historical reasons, is in ReactNativeClient/lib. This library is copied to the relevant directories when building each app.
|
||||
- In general, most of the backend (anything to do with the database, synchronisation, data import or export, etc.) is shared across all the apps, so when making a change please consider how it will affect all the apps.
|
||||
|
||||
## macOS dependencies
|
||||
|
||||
@ -77,4 +78,4 @@ npm install
|
||||
rsync --delete -aP ../ReactNativeClient/locales/ build/locales/
|
||||
```
|
||||
|
||||
Run `run.sh` to start the application for testing.
|
||||
Run `run.sh` to start the application for testing.
|
||||
|
Loading…
Reference in New Issue
Block a user