From 3a8e987931cf5a48c51ce1e142f09e3d88cbb325 Mon Sep 17 00:00:00 2001 From: Jaidyn Ann <10477760+JadedCtrl@users.noreply.github.com> Date: Mon, 4 Mar 2024 22:34:55 -0600 Subject: [PATCH] Tweak README phrasing --- README.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5f7ccc8..8e46033 100644 --- a/README.md +++ b/README.md @@ -6,22 +6,37 @@ ## Installation -Shellfox uses a native program in order to run commands; installing only the add-on isn’t enough. Currently, the native program has only been tested on GNU/Linux, though it is likely to work on BSDs, and potentially macOS. +Shellfox has two components: A Firefox extension, and a native script that the extension uses to run commands. + +You can install the Firefox extension from [Firefox Add-ons (AMO)](https://addons.mozilla.org/en-US/firefox/addon/shellfox). + +The native script has only been tested on GNU/Linux, though it is likely to work on BSDs, and potentially macOS. It can be installed like so: First, download the repository: [shellfox.zip](https://hak.xwx.moe/jadedctrl/shellfox/archive/master.zip) -Then, in the repository’s directory, open a terminal and run: +Then, extract the repository’s ZIP file. Enter the unpacked `shellfox/` folder and, from a terminal, run: ``` $ sudo make native-install ``` -After that, you can install the add-on; then, voilà! +After that, make sure you have [the extension](https://addons.mozilla.org/en-US/firefox/addon/shellfox) installed; then, voilà! + + +### From terminal +To install solely using your terminal: + +``` +$ curl https://hak.xwx.moe/jadedctrl/shellfox/archive/master.tar.gz | tar -xzv +$ cd shellfox/ +$ sudo make native-install +``` ## Related projects This add-on was inspired by [Textern](https://github.com/jlebon/textern/), which allows you to edit text-boxes with an external editor like [Emacs](https://gnu.org/software/emacs). It’s very useful, I highly recommend it! + ## Source code https://hak.xwx.moe/jadedctrl/shellfox Author is Jaidyn Ann,