Skip to content

Commit

Permalink
Homogeneize README
Browse files Browse the repository at this point in the history
  • Loading branch information
delehef committed Oct 27, 2022
1 parent 44e3ccf commit 059fa33
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ cargo install --git https://github.com/delehef/fusta

You can now find =fusta= in =$HOME/cargo/bin/=; you should add this this path to your =$PATH= for easier use.
** Debian
First, install the required dependencies:
#+begin_src bash
sudo apt install curl fuse3 libfuse3-dev
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # Debian cargo is outdated
Expand All @@ -44,7 +43,6 @@ cargo install --git https://github.com/delehef/fusta
#+end_src
You can now find =fusta= in =$HOME/cargo/bin/=; you should add this this path to your =$PATH= for easier use.
** Scientific Linux
First, install the required dependencies:
#+begin_src bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
sudo yum install fuse3 fuse3-devel
Expand All @@ -62,19 +60,18 @@ On macOS, you will need to install the build tools if you have not them ready ye

You must then download and install [[https://osxfuse.github.io/][FUSE for macOS]] in order to be able to use FUSTA.

Finalyy, to build FUSTA, you need to install the [[https://www.rust-lang.org/en-US/install.html][Rust compiler]]. You can then build FUSTA by running =cargo=, the Rust build tool:
Finally, to build FUSTA, you need to install the [[https://www.rust-lang.org/en-US/install.html][Rust compiler]]. You can then build FUSTA by running =cargo=, the Rust build tool:
#+begin_src
cargo install --git https://github.com/delehef/fusta
#+end_src
** FreeBSD
First, install the required dependencies:
#+begin_src bash
sudo pkg install rust pkgconf fusefs-libs # Install build dependencies
sudo sysctl vfs.usermount=1 # enable FUSE mounting without requiring administrator permissions
sudo kldload fuse # load the FUSE kernel module
#+end_src

Then, install FUSTA /per se/:
Finally, install FUSTA:
#+begin_src
cargo install --git https://github.com/delehef/fusta
#+end_src
Expand Down

0 comments on commit 059fa33

Please sign in to comment.