https://github.com/hymkor/make-howto-insta11
Output how to install our application with the scoop installer for README.md like this.
https://github.com/hymkor/make-howto-insta11
Last synced: 23 days ago
JSON representation
Output how to install our application with the scoop installer for README.md like this.
- Host: GitHub
- URL: https://github.com/hymkor/make-howto-insta11
- Owner: hymkor
- License: mit
- Created: 2023-01-17T07:30:06.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-27T10:23:53.000Z (over 1 year ago)
- Last Synced: 2025-02-10T15:50:54.874Z (3 months ago)
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Please note:**
This is just a private tool to create a README.md from a template.
make-howto-insta11
==================The make-howto-insta11 is the tool to output how to install our application with the scoop installer for README.md like this.
How to use
----------```
cd YOUR-REPOSITORY
vim README.md
```and type `:r!make-howto-insta11` to insert the section `Install` like this.
Install
-------Download the binary package from [Releases](https://github.com/hymkor/make-howto-insta11/releases) and extract the executable.
### for scoop-installer
```
scoop install https://raw.githubusercontent.com/hymkor/make-howto-insta11/master/make-howto-insta11.json
```or
```
scoop bucket add hymkor https://github.com/hymkor/scoop-bucket
scoop install make-howto-insta11
```