Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 236 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 236 Bytes

KinoSSH

SSH integegration for Livebook.

Installation

To bring KinoSSH to Livebook all you need to do is Mix.install/2:

Mix.install([
  {:kino_ssh, github: "jannikbecher/kino_ssh"}
])