Skip to content

Commit 8f8bcd9

Browse files
committed
Merge branch 'main' of github.com:zellij-org/create-rust-plugin
2 parents e746e64 + 2374be6 commit 8f8bcd9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33

44
From Zero to "Hello world!" inside a Zellij Rust plugin with one keyboard shortcut.
55

6+
### How does it work?
7+
68
All you have to do is think of a name for your new plugin and this wizard will:
7-
1. Clone the [`rust-plugin-example`] template repository into a folder by that name in your project directory
8-
2. Create a development workspace for you as a new tab, with your `$EDITOR` and a helper to compile and run your plugin
9+
10+
1. Clone the [rust-plugin-example][rust-plugin-example] template repository into a folder by that name in your project directory
11+
2. Create a development workspace for you as a new tab, with your `$EDITOR` and [a helper plugin](https://github.com/zellij-org/develop-rust-plugin) to compile and run your plugin
912

1013
The only prerequisites are Zellij `0.41.1` and up, and `rust` (with `cargo`) installed on your machine.
1114

0 commit comments

Comments
 (0)