January 2018
Intermediate to advanced
318 pages
7h 6m
English
Installing on macOS is simple, as the project has published uncompressed standalone executables. All we need to do is download the right package and make it executable. To do this, run the following commands:
$ curl -L https://github.com/funktionio/funktion/releases/download/v1.0.14/funktion-darwin-amd64 > /usr/local/bin/funktion$ chmod +x /usr/local/bin/funktion
Now that the command-line tool is installed we can test it by running the following command:
$ funktion version
The Funktion version will be returned as follows:

As you can see, while the installation process is quite simple there is a downside to the package ...
Read now
Unlock full access