Skip to content

Commit

Permalink
update(getting-started): clarifications on performing searches
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkarry committed Jun 24, 2024
1 parent e4eb471 commit 1a40312
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/basics/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,22 @@ Applications app. Check out the [Unraid guide](../tutorials/unraid) for details.

:::tip

Docker users can skip ahead to [Scaling Up](#with-docker).
Docker users can skip ahead to [Scaling Up](#with-docker-1).

:::

To get started, you can use CLI.

If you already have a `config.js` file set up, then you can simply run the following to use those settings:

```shell
cross-seed search
```

:::tip
Any CLI argument provided will override the settings used in your `config.js`
:::

For CLI commands, a basic example is below:

```shell
Expand Down

0 comments on commit 1a40312

Please sign in to comment.