README note about deps and wrap some lines
This commit is contained in:
parent
a79fb363aa
commit
0c1ef92795
1 changed files with 13 additions and 3 deletions
16
README.md
16
README.md
|
@ -16,19 +16,29 @@ These steps are for **development only**.
|
||||||
* Click "Load unpacked extension..."
|
* Click "Load unpacked extension..."
|
||||||
* Point to the repo's directory
|
* Point to the repo's directory
|
||||||
|
|
||||||
Note that for development, the TextSecure staging environment uses a self-signed certificate, which Chrome will complain is insecure. So first visit <https://textsecure-service-staging.whispersystems.org/> in your browser and allow the certificate.
|
Note that for development, the TextSecure staging environment uses a
|
||||||
|
self-signed certificate, which Chrome will complain is insecure. So first visit
|
||||||
|
<https://textsecure-service-staging.whispersystems.org/> in your browser and
|
||||||
|
allow the certificate.
|
||||||
|
|
||||||
Now, in the extension's options, you can register for TextSecure:
|
Now, in the extension's options, you can register for TextSecure:
|
||||||
|
|
||||||
* Select "Register" under "I'm new to TextSecure".
|
* Select "Register" under "I'm new to TextSecure".
|
||||||
* Enter a real phone number (Google Voice numbers work too) and country combination and choose to send an SMS. You will receive a real SMS.
|
* Enter a real phone number (Google Voice numbers work too) and country
|
||||||
|
combination and choose to send an SMS. You will receive a real SMS.
|
||||||
* Enter the verification code you received by SMS.
|
* Enter the verification code you received by SMS.
|
||||||
|
|
||||||
You should now be able to use the extension. If you need to reset your development environment, open a browser console within the extension options page (or inspect `background.html`) and execute `localStorage.clear()` to clear out the settings.
|
You should now be able to use the extension. If you need to reset your
|
||||||
|
development environment, open a browser console within the extension options
|
||||||
|
page (or inspect `background.html`) and execute `localStorage.clear()` to clear
|
||||||
|
out the settings.
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
============
|
============
|
||||||
|
|
||||||
|
**Note**: Unless you need to make changes to dependencies, you can skip this
|
||||||
|
section and just use the checked in versions.
|
||||||
|
|
||||||
Dependencies are managed by [bower](bower.io) and built with
|
Dependencies are managed by [bower](bower.io) and built with
|
||||||
[grunt](gruntjs.com). To change them, you'll need to install node and npm, then
|
[grunt](gruntjs.com). To change them, you'll need to install node and npm, then
|
||||||
run `npm install` to install bower, grunt, and related plugins.
|
run `npm install` to install bower, grunt, and related plugins.
|
||||||
|
|
Loading…
Reference in a new issue