add sh to code fences

This commit is contained in:
Zeke Sikelianos 2017-08-28 08:41:52 -07:00
parent 6a285e2e76
commit e1c4962312

View file

@ -6,12 +6,12 @@ on each Chromium upgrade in Electron.
## Update libchromiumcontent (a.k.a. libcc) ## Update libchromiumcontent (a.k.a. libcc)
- Clone the repo: - Clone the repo:
``` ```sh
git clone git@github.com:electron/libchromiumcontent.git git clone git@github.com:electron/libchromiumcontent.git
cd libchromiumcontent cd libchromiumcontent
``` ```
- Run bootstrap script to init and sync git submodules: - Run bootstrap script to init and sync git submodules:
``` ```sh
./script/bootstrap -v ./script/bootstrap -v
``` ```
- Update `VERSION` file to correspond to Chromium version. - Update `VERSION` file to correspond to Chromium version.
@ -19,11 +19,11 @@ cd libchromiumcontent
- Fix failing patches. `script/patch.py` might help. - Fix failing patches. `script/patch.py` might help.
- Don't forget to fix patches in the `patches-mas/` folder. - Don't forget to fix patches in the `patches-mas/` folder.
- Build libcc: - Build libcc:
``` ```sh
./script/build ./script/build
``` ```
- Create dist folders which will be used by electron: - Create dist folders which will be used by electron:
``` ```sh
./script/create-dist --no_zip ./script/create-dist --no_zip
cd dist/main cd dist/main
../../tools/generate_filenames_gypi filenames.gypi src shared_library static_library ../../tools/generate_filenames_gypi filenames.gypi src shared_library static_library