Skip to content

Commit 2480d08

Browse files
committed
chore: clean readme
1 parent 2c21c37 commit 2480d08

File tree

1 file changed

+5
-18
lines changed

1 file changed

+5
-18
lines changed

README.md

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,12 @@
11
# HHVM & Hack Language Plugin
22

33
![Build](https://github.com/xepozz/hhvm-plugin/workflows/Build/badge.svg)
4-
[![Version](https://img.shields.io/jetbrains/plugin/v/MARKETPLACE_ID.svg)](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID)
5-
[![Downloads](https://img.shields.io/jetbrains/plugin/d/MARKETPLACE_ID.svg)](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID)
6-
7-
## Template ToDo list
8-
- [x] Create a new [IntelliJ Platform Plugin Template][template] project.
9-
- [ ] Get familiar with the [template documentation][template].
10-
- [ ] Adjust the [pluginGroup](./gradle.properties) and [pluginName](./gradle.properties), as well as the [id](./src/main/resources/META-INF/plugin.xml) and [sources package](./src/main/kotlin).
11-
- [ ] Adjust the plugin description in `README` (see [Tips][docs:plugin-description])
12-
- [ ] Review the [Legal Agreements](https://plugins.jetbrains.com/docs/marketplace/legal-agreements.html?from=IJPluginTemplate).
13-
- [ ] [Publish a plugin manually](https://plugins.jetbrains.com/docs/intellij/publishing-plugin.html?from=IJPluginTemplate) for the first time.
14-
- [ ] Set the `MARKETPLACE_ID` in the above README badges. You can obtain it once the plugin is published to JetBrains Marketplace.
15-
- [ ] Set the [Plugin Signing](https://plugins.jetbrains.com/docs/intellij/plugin-signing.html?from=IJPluginTemplate) related [secrets](https://github.com/JetBrains/intellij-platform-plugin-template#environment-variables).
16-
- [ ] Set the [Deployment Token](https://plugins.jetbrains.com/docs/marketplace/plugin-upload.html?from=IJPluginTemplate).
17-
- [ ] Click the <kbd>Watch</kbd> button on the top of the [IntelliJ Platform Plugin Template][template] to be notified about releases containing new features and fixes.
18-
- [ ] Configure the [CODECOV_TOKEN](https://docs.codecov.com/docs/quick-start) secret for automated test coverage reports on PRs
4+
[![Version](https://img.shields.io/jetbrains/plugin/v/28652-hhvm.svg)](https://plugins.jetbrains.com/plugin/28652-hhvm)
5+
[![Downloads](https://img.shields.io/jetbrains/plugin/d/28652-hhvm.svg)](https://plugins.jetbrains.com/plugin/28652-hhvm)
196

207
<!-- Plugin description -->
218

22-
[Github](https://github.com/j-plugins/spiral-plugin) | [Telegram](https://t.me/jb_plugins/684) | [HHVM Website](https://hhvm.com/) | [Hacklang Website](https://hacklang.org/) | [Donation](https://github.com/xepozz/xepozz?tab=readme-ov-file#become-a-sponsor)
9+
[Github](https://github.com/j-plugins/hhvm-plugin) | [Telegram](https://t.me/jb_plugins/691) | [HHVM Website](https://hhvm.com/) | [Hacklang Website](https://hacklang.org/) | [Donation](https://github.com/xepozz/xepozz?tab=readme-ov-file#become-a-sponsor)
2310

2411
## Hack Language (HHVM) Plugin
2512

@@ -53,9 +40,9 @@ Chose the best option for you to say thank you:
5340

5441
- Using JetBrains Marketplace:
5542

56-
Go to [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID) and install it by clicking the <kbd>Install to ...</kbd> button in case your IDE is running.
43+
Go to [JetBrains Marketplace](https://plugins.jetbrains.com/plugin/28652-hhvm) and install it by clicking the <kbd>Install to ...</kbd> button in case your IDE is running.
5744

58-
You can also download the [latest release](https://plugins.jetbrains.com/plugin/MARKETPLACE_ID/versions) from JetBrains Marketplace and install it manually using
45+
You can also download the [latest release](https://plugins.jetbrains.com/plugin/28652-hhvm/versions) from JetBrains Marketplace and install it manually using
5946
<kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd>
6047

6148
- Manually:

0 commit comments

Comments
 (0)