Skip to content

Commit

Permalink
README.md: Update/Strip upstream data
Browse files Browse the repository at this point in the history
Signed-off-by: Stavros Ntentos <[email protected]>
  • Loading branch information
stdedos committed Jan 30, 2024
1 parent dc3a451 commit bd50734
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 16 deletions.
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Foldable Project View

![Build](https://github.com/hsz/intellij-foldable-projectview/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/17288.svg)](https://plugins.jetbrains.com/plugin/17288)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/17288.svg)](https://plugins.jetbrains.com/plugin/17288)
![Build](https://github.com/pavankjadda/intellij-foldable-projectview/workflows/Build/badge.svg)

<!-- Plugin description -->

Expand Down Expand Up @@ -33,15 +31,8 @@ Available features:

## Installation

- Using IDE built-in plugin system:

<kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>Marketplace</kbd> > <kbd>Search for "Foldable Project View"</kbd> >
<kbd>Install Plugin</kbd>

- Manually:

Download the [latest release](https://github.com/hsz/intellij-foldable-projectview/releases/latest) and install it manually using
<kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd>
Download the [latest release](https://github.com/pavankjadda/intellij-foldable-projectview/releases/latest) and install it manually using
<kbd>Settings/Preferences</kbd> > <kbd>Plugins</kbd> > <kbd>⚙️</kbd> > <kbd>Install plugin from disk...</kbd>


---
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# IntelliJ Platform Artifacts Repositories -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html

pluginGroup = ski.chrzanow.foldableprojectview
pluginName = Foldable Project View
pluginRepositoryUrl = https://github.com/hsz/intellij-foldable-projectview
pluginName = Foldable Project View (pavankjadda)
pluginRepositoryUrl = https://github.com/pavankjadda/intellij-foldable-projectview
# SemVer format -> https://semver.org
pluginVersion = 3.0.0-EAP.1

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>ski.chrzanow.foldableprojectview</id>
<name>Foldable Project View</name>
<vendor>hsz</vendor>
<name>Foldable Project View (pavankjadda)</name>
<vendor>pavankjadda</vendor>

<depends>com.intellij.modules.platform</depends>

Expand Down

0 comments on commit bd50734

Please sign in to comment.