b95189d754
the commmunity branch was fallen too far behind and there where no contributions to it, anyways. We will start linking usage examples out in the wild, instead.
11 lines
184 B
Markdown
11 lines
184 B
Markdown
# get
|
|
The `get` subcommand is useful for getting a bare copy of devos without the
|
|
git history.
|
|
|
|
## Usage
|
|
```sh
|
|
flk get DEST-DIR
|
|
```
|
|
|
|
If DEST-DIR is ommitted, it defaults to _./devos_.
|