We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365face commit e7bc64fCopy full SHA for e7bc64f
.github/ISSUE_TEMPLATE/new-installer-script-request.md
@@ -0,0 +1,15 @@
1
+---
2
+name: New Installer Script Request
3
+about: Propose a new Installer Script for a tool
4
+title: Proposal for `YourToolNameHere` to have a installer script
5
+labels: New Installer Script Request
6
+assignees: agentmilindu
7
+
8
9
10
+# About the tool
11
+<!--- The better you describe it, the more the community would love to see an installer script for it in this repo -->
12
13
+# How the "cURL and bash" command be
14
+<!--- eg: `curl https://installer.to/dunner | bash` -->
15
+`curl https://installer.to/anytoolname | bash`
0 commit comments