mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
Update tools build command to end in directory from which it started. (#2434)
This commit is contained in:
parent
ffdae41605
commit
3a29b5f321
2
BUILD.md
2
BUILD.md
@ -30,7 +30,7 @@ All TypeScript files are generated next to the .ts or .tsx file. So for example,
|
||||
Before building any of the applications, you need to build the tools and pre-commit hooks:
|
||||
|
||||
```
|
||||
npm install && cd Tools && npm install
|
||||
npm install && cd Tools && npm install && cd ..
|
||||
```
|
||||
|
||||
# Building the Electron application
|
||||
|
Loading…
Reference in New Issue
Block a user