Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions src/developers/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,22 @@ This manual was tested against the following commit of the
{{#include ../../../.git/modules/linera-protocol/HEAD}}
```

## Automatic shell completion

Automatic completion can be instantiated by doing the following:

```bash
linera completion > .linera.bash
```

Then adding to your `.bashrc` the following:

```bash
source .linera.bash
```

The same works for `zsh`, `fish`, `elvish` and `powershell`.

## Getting help

If installation fails, reach out to the team (e.g. on
Expand Down
Loading