forked from pub-solar/os
11 lines
241 B
Markdown
11 lines
241 B
Markdown
# get
|
|
The `get` subcommand is useful for getting a bare copy of devos without the
|
|
git history. You can pull either the core or community branches.
|
|
|
|
## Usage
|
|
```sh
|
|
flk get BRANCH DEST-DIR
|
|
```
|
|
|
|
If DEST-DIR is ommitted, it defaults to _./flk_.
|