Skip to content

Commit

Permalink
Merge pull request #12 from ilyakam/release/1.2.0
Browse files Browse the repository at this point in the history
chore(*): release version 1.2.0
  • Loading branch information
ilyakam authored May 16, 2018
2 parents dbdd088 + d6b724f commit f9ae8e9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.2.0] - 2018-05-15
### Added:
- Installation instructions to the `README`

## [1.1.0] - 2018-05-14
### Added:
- The command to "Remove Duplicate Lines" to the Command Palette
Expand Down
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

A plugin for [Sublime Text](http://www.sublimetext.com/) that allows you to remove duplicate lines from the file.

## Installation

* **Package Control**
1. [Install Package Control](https://packagecontrol.io/installation)
1. [Bring up the Command Palette](https://sublime-text.readthedocs.io/en/stable/reference/command_palette.html#how-to-use-the-command-palette) and type "Package Control: Install Package"
1. Type "RemoveDuplicateLines" and press <kbd>enter</kbd>
* **Directly**
1. Locate the `Packages` folder in the [data directory](http://docs.sublimetext.info/en/sublime-text-3/basic_concepts.html#the-data-directory)
1. Download the [latest version of RemoveDuplicateLines](https://github.com/ilyakam/RemoveDuplicateLines/releases/latest)
1. Extract the archive into the `Packages` folder
* **Development**
1. [Follow the instructions on the `CONTRIBUTING` guide](./CONTRIBUTING.md#getting-started)

## Usage

<kbd>shift</kbd><kbd>F5</kbd> on all platforms. You might also need to hold <kbd>(fn)</kbd> depending on your OS/BIOS configuration.
Expand Down

0 comments on commit f9ae8e9

Please sign in to comment.