removed old info

This commit is contained in:
antelle 2016-07-24 11:04:58 +03:00
parent 4dd63bc822
commit 35b3ca53e8
1 changed files with 1 additions and 2 deletions

View File

@ -36,8 +36,7 @@ To make Dropbox work in your self-hosted app:
1. [create](https://www.dropbox.com/developers/apps/create) a Dropbox app
2. find your app key (in Dropbox App page, go to Settings/App key)
3. change Dropbox app key in index.html file: `sed -i.bak s/qp7ctun6qt5n9d6/your_app_key/g index.html`
(or, if you are building from source, change it [here](app/scripts/comp/dropbox-link.js#L12))
3. add your Dropbox app key to [settings json](https://github.com/keeweb/keeweb/wiki/Configuration#json-app-config)
# Building