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
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,16 @@ Install with [MacPorts](https://www.macports.org) with the following command:
sudo port install ki-shell
```

### Nix

There's a package available in [nixpkgs](https://github.com/NixOS/nixpkgs). Add `kotlin-interactive-shell` to your environment or shell, e.g.:

```bash
nix-shell -p kotlin-interactive-shell
```

After which you can launch with `ki`.

## Build From Source

To build from source use:
Expand Down