diff options
author | Teddy Wing | 2021-06-19 16:04:13 +0200 |
---|---|---|
committer | Teddy Wing | 2021-06-19 16:04:13 +0200 |
commit | 599e171558e0a6ca33050fe18ce9600c72070a75 (patch) | |
tree | 51ba12f7a0f32bcdb2c95a9d5dec793fa0f96166 | |
parent | 314945078a78efb7e7b7af1f0fc357c423f7bfea (diff) | |
download | firefox-godocs.io-search-599e171558e0a6ca33050fe18ce9600c72070a75.tar.bz2 |
-rw-r--r-- | README.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..074a4a5 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +Firefox Godocs.io Search +======================== + +A WebExtension that adds a search provider for [Godocs.io] so that shortcuts can +be added for it. + + +## Install +This extension is unsigned. Refer to “What are my options if I want to install +unsigned extensions in Firefox?” in +https://wiki.mozilla.org/Add-ons/Extension_Signing#FAQ before attempting to +install it. + + $ cd '~/Library/Application Support/Firefox/Profiles/PROFILE_DIRECTORY/extensions' + $ git clone https://github.com/teddywing/firefox-godocs.io-search.git 'com.teddywing@godocs.io-search' + +Relaunch Firefox and open the Add-ons page (`about:addons`). Click the “Enable” +button on Godocs.io Search’s row. + + +## License +Copyright © 2021 Teddy Wing. Licensed under the GNU GPLv3+ (see the included +COPYING file). + + +[Godocs.io]: https://godocs.io/ |