Add note how to migrate configs across builds

This commit is contained in:
Marvin Ewald 2019-05-14 18:09:45 +02:00 committed by Colin Caine
parent 79be1c6145
commit 107657789d
2 changed files with 4 additions and 0 deletions

View file

@ -9,6 +9,7 @@ Replace Firefox's default control mechanism with one modelled on the one true ed
## Installing
[Simply click this link in Firefox to install our latest "beta" build][riskyclick]. These [betas][betas] are updated with each commit to master on this repo. Your browser will automatically update from there once a day. If you want more frequent updates, you can change `extensions.update.interval` in `about:config` to whatever time you want, say, 15 minutes (900 seconds). Alternatively, you can get our "stable" builds straight from [Mozilla][amo]. The changelog for the stable versions can be found [here](https://github.com/tridactyl/tridactyl/blob/master/CHANGELOG.md). There is also another beta build that comes without a new tab page. You can get it from [here][nonewtablink]. If you want to use advanced features such as edit-in-Vim, you'll also need to install the native messenger or executable, instructions for which can be found by typing `:installnative` and hitting enter once you are in Tridactyl.
To migrate your configuration across builds, see [this comment][migratelink].
Type `:help` or press `<F1>` for online help once you're in :)
@ -369,3 +370,4 @@ The logo was designed by Jake Beazley using free vector art by <a target="_blank
[riskyclick]: https://tridactyl.cmcaine.co.uk/betas/tridactyl-latest.xpi
[nonewtablink]: https://tridactyl.cmcaine.co.uk/nonewtab/tridactyl-latest.xpi
[amo]: https://addons.mozilla.org/en-US/firefox/addon/tridactyl-vim?src=external-github
[migratelink]: https://github.com/tridactyl/tridactyl/issues/79#issuecomment-351132451

View file

@ -59,6 +59,7 @@ Tridactyl overrides your newtab page because it cannot insert its content script
Also, if you want to use a new tab page provided by another extension, make sure to install said extension after Tridactyl. Uninstalling and re-installing the other extension should work too.
Alternatively, if you don't need Tridactyl to work on the new tab page, you can install the beta build without new tab page. You can get it [here][nonewtablink].
To migrate your configuration across builds, see [this comment][migratelink].
## FAQ
@ -83,3 +84,4 @@ You have more questions? Have a look at our [FAQ][faq-link].
[matrix-link]: https://riot.im/app/#/room/#tridactyl:matrix.org
[amo]: https://addons.mozilla.org/en-US/firefox/addon/tridactyl-vim/reviews/
[nonewtablink]: https://tridactyl.cmcaine.co.uk/nonewtab/tridactyl-latest.xpi
[migratelink]: https://github.com/tridactyl/tridactyl/issues/79#issuecomment-351132451