Skip to content

Commit 14180fd

Browse files
author
pr0grammr
committed
update README; hotfix ~ in source file
1 parent 78da05c commit 14180fd

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,18 @@ Sublime Text Plugin for creating/generating C++ Classes.
44

55
## Installation
66

7-
Download this repository or clone it.
7+
### Package Control
8+
Install package via package control. Type <kbd>CTRL</kbd>+<kbd>SHIFT</kbd>+<kbd>P</kbd> on Windows or <kbd>CMD</kbd>+<kbd>SHIFT</kbd>+<kbd>P</kbd> on macOS and select `Package Control: Install Package` and search for `C++ Classhelper`
9+
10+
### Manual
11+
Download or clone this repository.
812

913
```bash
1014
$ git clone https://github.com/pr0grammr/cppclasshelper-sublime-text-plugin.git
1115
```
1216

1317
Copy the folder in your sublime text packages path. You can find it by clicking `Preferences` -> `Browse Packages`.
1418

15-
> This package might be available at <a href="https://github.com/wbond/package_control_channel" target="_blank">package control</a> soon!
1619

1720
## Usage
1821

templates/sourcefile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
{class_name}::{class_name}() {{}}
44

5-
~{class_name}::{class_name}() {{}}
5+
{class_name}::~{class_name}() {{}}

0 commit comments

Comments
 (0)