mirror of
https://github.com/desktop/desktop
synced 2024-10-30 06:03:10 +00:00
Get the module
This commit is contained in:
parent
bb7217115d
commit
cb190a0a3f
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ node-gyp is required to build some of our native npm packages (such as [keytar](
|
|||
|
||||
## Building
|
||||
|
||||
* Run `npm install` to get all required dependencies on your machine.
|
||||
* Run `npm install && git submodule update --recursive --init` to get all required dependencies on your machine.
|
||||
* Run `npm start` to compile and launch the application. After it's successfully launched you can make changes which will be compiled in the background and these changes will either be hot-loaded into the app (if possible) or accessed by reloading the app (Ctrl/Command+R).
|
||||
|
||||
## Using Atom?
|
||||
|
|
Loading…
Reference in a new issue