File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,11 @@ lightningd config file. Reckless does all of these by invoking:
16
16
17
17
** reckless** ** install** [ @* commit/tag* ] * plugin\_ name*
18
18
19
+ Alternatively, the source path or URL to the plugin repository can be
20
+ passed directly in place of the * plugin\_ name* . In either case, the
21
+ containing directory or repository should be named for the plugin, don't
22
+ pass the plugin's executable/entrypoint directly.
23
+
19
24
reckless will exit early in the event that:
20
25
21
26
- the plugin is not found in any available source repositories
@@ -81,7 +86,7 @@ Available option flags:
81
86
NOTES
82
87
-----
83
88
84
- Reckless currently supports python and javascript plugins.
89
+ Reckless currently supports python, rust, and javascript plugins.
85
90
86
91
Running the first time will prompt the user that their lightningd's
87
92
bitcoin config will be appended (or created) to inherit the reckless
You can’t perform that action at this time.
0 commit comments