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 }}
|
||||
release_name: Release ${{ github.ref }}
|
||||
draft: false
|
||||
prerelease: true
|
||||
prerelease: false
|
||||
|
||||
- name: 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
|
||||
|
||||
1. prerequisits
|
||||
1.1 [Node.js](https://nodejs.org/en/)
|
||||
1.2 npm
|
||||
2. install with `sudo npm install mastodon-bot -g`
|
||||
3. run with `mastodon-bot -h`
|
||||
1. prerequisits: should be installed: [Node.js](https://nodejs.org/en/), npm
|
||||
2. install mastodon-bot with: `sudo npm install mastodon-bot -g`
|
||||
3. run with: `mastodon-bot -h`
|
||||
|
||||
|
||||
### usage
|
||||
|
|
Reference in a new issue