Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 869 Bytes

install.md

File metadata and controls

46 lines (32 loc) · 869 Bytes

Install

From source

git clone https://github.com/ariary/fileless-xec.git
cd fileless-xec
./target-build.sh # enable to build it and specify target OS/ARCH
Alternative (makefile, release, go)

using makefile

make before.build

To build the fileless-xec for linux :

 build.fileless-xec

To build the fileless-xec for windows :

 windows.build.fileless-xec

From release

> Linux:

curl -lO -L https://github.com/ariary/fileless-xec/releases/latest/download/fileless-xec

> Windows:

curl -lO -L https://github.com/ariary/fileless-xec/releases/latest/download/fileless-xec_windows.exe

With go command

Make sure $GOPATH is in your $PATH before

Install fileless-xec

go install github.com/ariary/fileless-xec/cmd/fileless-xec