fix format
This commit is contained in:
parent
82d2a7b10f
commit
1b43d0ecda
2 changed files with 4 additions and 6 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -60,7 +60,7 @@ jobs:
|
||||||
tag_name: ${{ github.ref }}
|
tag_name: ${{ github.ref }}
|
||||||
release_name: Release ${{ github.ref }}
|
release_name: Release ${{ github.ref }}
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: true
|
prerelease: false
|
||||||
|
|
||||||
- name: Upload Release Asset
|
- name: Upload Release Asset
|
||||||
id: upload-release-asset
|
id: upload-release-asset
|
||||||
|
|
|
@ -6,11 +6,9 @@ the bot will post the timeline from the specified Twitter/Tumblr accounts and RS
|
||||||
|
|
||||||
### installation
|
### installation
|
||||||
|
|
||||||
1. prerequisits
|
1. prerequisits: should be installed: [Node.js](https://nodejs.org/en/), npm
|
||||||
1.1 [Node.js](https://nodejs.org/en/)
|
2. install mastodon-bot with: `sudo npm install mastodon-bot -g`
|
||||||
1.2 npm
|
3. run with: `mastodon-bot -h`
|
||||||
2. install with `sudo npm install mastodon-bot -g`
|
|
||||||
3. run with `mastodon-bot -h`
|
|
||||||
|
|
||||||
|
|
||||||
### usage
|
### usage
|
||||||
|
|
Reference in a new issue