From 807f715f8f84acb8aad0e40eb836d08fbf877a17 Mon Sep 17 00:00:00 2001 From: Arijit Basu Date: Mon, 29 Nov 2021 14:42:39 +0530 Subject: [PATCH] Update installation docs --- docs/en/src/install.md | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/docs/en/src/install.md b/docs/en/src/install.md index 567e644..4503bd9 100644 --- a/docs/en/src/install.md +++ b/docs/en/src/install.md @@ -34,6 +34,20 @@ repositories: [![packaging status][5]][6] +### Cross-platform + +#### [Snap][26] + +``` +snap install xplr +``` + +#### [Nixpkgs][10] + +``` +nix-env -f https://github.com/NixOS/nixpkgs/tarball/master -iA xplr +``` + ### Arch Linux #### [Official Community Repo][7] @@ -60,14 +74,6 @@ paru -S xplr-git #### [void-templates by shubham][9] -### Nix(OS) - -#### [Nixpkgs][10] - -``` -nix-env -f https://github.com/NixOS/nixpkgs/tarball/master -iA xplr -``` - ### macOS #### [MacPorts][11] @@ -249,3 +255,4 @@ sudo cp target/release/xplr /usr/local/bin/ [23]: https://termux.com/ [24]: https://s3.gifyu.com/images/xplr-termuxfd3c398d3cf4bcbc.md.jpg [25]: https://gifyu.com/image/tF2D +[26]: https://snapcraft.io/xplr