diff --git a/en/css/general.css b/en/css/general.css index 63317b3..ef2ba50 100644 --- a/en/css/general.css +++ b/en/css/general.css @@ -12,6 +12,7 @@ html { color: var(--fg); background-color: var(--bg); text-size-adjust: none; + -webkit-text-size-adjust: none; } body { diff --git a/en/install.html b/en/install.html index c91d5e9..8d59b94 100644 --- a/en/install.html +++ b/en/install.html @@ -165,11 +165,18 @@ available.

xplr can be installed from one of the following community maintained repositories:

packaging status

+

Cross-platform

+

Snap

+
snap install xplr
+
+

Nixpkgs

+
nix-env -f https://github.com/NixOS/nixpkgs/tarball/master -iA xplr
+

Arch Linux

-

Official Community Repo

+

Official Community Repo

sudo pacman -S xplr
 
-

AUR

+

AUR

Binary version:

paru -S xplr-bin
 
@@ -177,17 +184,13 @@ repositories:

paru -S xplr-git
 

Void Linux

-

void-templates by shubham

-

Nix(OS)

-

Nixpkgs

-
nix-env -f https://github.com/NixOS/nixpkgs/tarball/master -iA xplr
-
+

void-templates by shubham

macOS

-

MacPorts

+

MacPorts

sudo port selfupdate
 sudo port install xplr
 
-

Homebrew

+

Homebrew

Stable branch:

brew install xplr
 
@@ -195,7 +198,7 @@ sudo port install xplr
brew install --head xplr
 

FreeBSD

-

ports

+

ports

pkg install xplr
 

Or

@@ -203,7 +206,7 @@ sudo port install xplr make install clean

NetBSD

-

pkgsrc

+

pkgsrc

pkgin install xplr
 

Or

@@ -230,7 +233,7 @@ tar xzvf xplr-$platform.tar.gz # Place in $PATH sudo mv xplr /usr/local/bin/ -

From crates.io

+

From crates.io

Prerequisites:

-

v0.3.0 -> v0.3.8

+

v0.3.0 -> v0.3.8

Your current config should work fine. However, you might want to replace some ResetNodeFilters messages with RemoveNodeFilter and RemoveNodeFilterFromInput to get a better search and filter experience.

If you haven't made any changes to the configuration, you can delete and regenerate it.

Else, do the following

@@ -3213,7 +3216,7 @@ For e.g.
  • Search for RemoveNodeFilterFromInput in the new config.
  • Compare and probably replace the associated actions in your current config.
  • -

    v0.2.14 -> v0.3.0

    +

    v0.2.14 -> v0.3.0

    If you haven't made any changes to the configuration, you can delete and regenerate it.

    Else do the following:

    -

    v0.3.8 -> v0.3.13

    +

    v0.3.8 -> v0.3.13

    Your current config should work fine. However, you might want to replace some Call and BashExec messages with CallSilently and BashExecSilently to remove the flickering of the screen.

    If you haven't made any changes to the configuration, you can delete and regenerate it.

    Else, do the following

    @@ -345,7 +345,7 @@ For e.g.
  • Search for Call and BashExec in the new config.
  • Compare and probably replace the associated actions in your current config
  • -

    v0.3.0 -> v0.3.8

    +

    v0.3.0 -> v0.3.8

    Your current config should work fine. However, you might want to replace some ResetNodeFilters messages with RemoveNodeFilter and RemoveNodeFilterFromInput to get a better search and filter experience.

    If you haven't made any changes to the configuration, you can delete and regenerate it.

    Else, do the following

    @@ -354,7 +354,7 @@ For e.g.
  • Search for RemoveNodeFilterFromInput in the new config.
  • Compare and probably replace the associated actions in your current config.
  • -

    v0.2.14 -> v0.3.0

    +

    v0.2.14 -> v0.3.0

    If you haven't made any changes to the configuration, you can delete and regenerate it.

    Else do the following: