This project is experimental. Get the latest release from GitHub.
If you are using macOS or Linux you maybe able to install fdx using the following curl command.
curl https://rsdoiel.github.io/fdx/installer.sh | sh
- Golang >= 1.20
- Pandoc >= 3
- GNU Make
- Git
- Clone the Git repository for the project
- change directory into the cloned project
- Run
make
,make test
andmake install
Here's what that looks like for me.
git clone https://github.com/rsdoiel/fdx src/github.com/rsdoiel/fdx
cd src/github.com/rsdoiel/fdx
make
make test
make install
By default it will install the programs in $HOME/bin
. $HOME/bin
needs
to be included in your PATH
. E.g.
export PATH="$HOME/bin:$PATH"
Can be added to your .profile
, .bashrc
or .zshrc
file depending on your system's shell.