forked from FOSS/BangleApps
Fix git submodule init command
parent
a25ad46efe
commit
461f0f0fbd
|
@ -98,7 +98,7 @@ This is the best way to test...
|
||||||
|
|
||||||
**Note:** It's a great idea to get a local copy of the repository on your PC,
|
**Note:** It's a great idea to get a local copy of the repository on your PC,
|
||||||
then run `bin/sanitycheck.js` - it'll run through a bunch of common issues
|
then run `bin/sanitycheck.js` - it'll run through a bunch of common issues
|
||||||
that there might be. To get the project running locally, you have to initialize and update the git submodules first: `git submodule --init && git submodule update`.
|
that there might be. To get the project running locally, you have to initialize and update the git submodules first: `git submodule update --init`.
|
||||||
|
|
||||||
Be aware of the delay between commits and updates on github.io - it can take a few minutes (and a 'hard refresh' of your browser) for changes to take effect.
|
Be aware of the delay between commits and updates on github.io - it can take a few minutes (and a 'hard refresh' of your browser) for changes to take effect.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue