🐛 #8919 - add new command to the docs

This commit is contained in:
Adham Saad 2017-03-17 20:44:18 +02:00
parent 713e256843
commit 487a195320
4 changed files with 24 additions and 3 deletions

View file

@ -1,6 +1,3 @@
Attempting to add full kiosk mode functionality on windows 7
==
[![Electron Logo](https://electron.atom.io/images/electron-logo.svg)](https://electron.atom.io/)
[![Travis Build Status](https://travis-ci.org/electron/electron.svg?branch=master)](https://travis-ci.org/electron/electron)

View file

@ -117,6 +117,14 @@ To clean the build files:
$ npm run clean
```
To clean only `out` and `dir` directories:
```bash
$ npm run clean-build
```
Note that both commands will require to do run bootstrap again .
## Troubleshooting
### Error While Loading Shared Libraries: libtinfo.so.5

View file

@ -85,6 +85,14 @@ To clean the build files:
$ npm run clean
```
To clean only `out` and `dir` directories:
```bash
$ npm run clean-build
```
Note that both commands will require to do run bootstrap again .
## Tests
See [Build System Overview: Tests](build-system-overview.md#tests)

View file

@ -83,6 +83,14 @@ To clean the build files:
$ npm run clean
```
To clean only `out` and `dir` directories:
```bash
$ npm run clean-build
```
Note that both commands will require to do run bootstrap again .
## Tests
See [Build System Overview: Tests](build-system-overview.md#tests)