github.com/fnproject/cli@v0.0.0-20240508150455-e5d88bd86117/README.md (about)

     1  # Fn CLI
     2  [![CircleCI](https://circleci.com/gh/fnproject/cli.svg?style=svg)](https://circleci.com/gh/fnproject/cli)
     3  
     4  ## Install
     5  MacOS installation:
     6  ```sh
     7  brew update && brew install fn
     8  ```
     9  
    10  or
    11  
    12  Alternatively for Linux/Unix/MacOS:
    13  
    14  ```sh
    15  curl -LSs https://raw.githubusercontent.com/fnproject/cli/master/install | sh
    16  ```
    17  
    18  ## General Information
    19  * See the Fn [Quickstart](https://github.com/fnproject/fn/blob/master/README.md) for sample commands.
    20  * [Detailed installation instructions](http://fnproject.io/tutorials/install/).
    21  * [Configure your CLI Context](http://fnproject.io/tutorials/install/#ConfigureyourContext).
    22  * For a list of commands see [Fn CLI Command Guide and Reference](https://github.com/fnproject/docs/blob/master/cli/README.md).
    23  * For general information see Fn [docs](https://github.com/fnproject/docs) and [tutorials](https://fnproject.io/tutorials/).
    24  
    25  ## CLI Development
    26  * Refer to the [Fn CLI Wiki](https://github.com/fnproject/cli/wiki) for development details.
    27  
    28  ### Build from source
    29  See [CONTRIBUTING](https://github.com/fnproject/cli/blob/master/CONTRIBUTING.md) for instructions to build the CLI from source.
    30  
    31  
    32  
    33  
    34