Skip to content

Commit

Permalink
docs: fix layout snafu
Browse files Browse the repository at this point in the history
  • Loading branch information
Realiserad committed Apr 4, 2024
1 parent 438b181 commit b27c65a
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,6 @@ position.
If a command fails, you can immediately press **Ctrl + Space** at the command prompt
to let `fish-ai` suggest a fix!

## 🔨 Development

Clone the code and install directly from the repository using `fisher`.

```shell
git clone git@github.com:Realiserad/fish-ai.git
fisher install .
```

## 🤸 Additional options

You can tweak the behaviour of `fish-ai` by putting additional options in the
Expand Down Expand Up @@ -139,6 +130,15 @@ configuration = foo
temperature = 0.5
```

## 🔨 Development

Clone the code and install directly from the repository using `fisher`.

```shell
git clone git@github.com:Realiserad/fish-ai.git
fisher install .
```

### Install the hooks

This repository ships with [pre-commit hooks](https://pre-commit.com) which can
Expand All @@ -148,6 +148,14 @@ prevent some faulty commits from being pushed.

Enable debug logging to syslog by putting `debug = True` in your `fish-ai.ini`.

```ini
[fish-ai]
configuration = foo

[foo]
debug = True
```

### Run the tests

[The tests](https://github.com/Realiserad/fish-ai/actions/workflows/test-tapes.yaml)
Expand Down

0 comments on commit b27c65a

Please sign in to comment.