From 0362a15d32d46531b950c1b06200130c655af6ba Mon Sep 17 00:00:00 2001 From: NotSqrt Date: Wed, 15 Jan 2014 19:22:00 +0100 Subject: [PATCH] prepare for PackageControl inclusion --- README.rst | 18 ++++++++++-------- package-metadata.json | 1 - 2 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 package-metadata.json diff --git a/README.rst b/README.rst index c457eac..58ebe4c 100644 --- a/README.rst +++ b/README.rst @@ -1,18 +1,20 @@ -================================== -Cython support for Sublime Text 2 -================================== +=================================== +Cython support for Sublime Text 2/3 +=================================== Overview -------- Installation ------------ -1. Clone this repo as Cython -2. Put the contents of this repo directly inside: +Please use `Package Control `_ to install the linter plugin. This will ensure that the plugin will be updated when new versions are available. If you want to install from source so you can modify the source code, you probably know what you are doing so we won’t cover that here. + +To install via Package Control, do the following: + +1. Within Sublime Text, bring up the `Command Palette `_ and type `install`. Among the commands you should see `Package Control: Install Package`. If that command is not highlighted, use the keyboard or mouse to select it. There will be a pause of a few seconds while Package Control fetches the list of available plugins. + +1. When the plugin list appears, type `cython`. Among the entries you should see `Cython`. If that entry is not highlighted, use the keyboard or mouse to select it. -- OS X: ~/Library/Application Support/Sublime Text 2/Packages/ -- Windows: %APPDATA%/Sublime Text 2/Packages/ -- Linux: ~/.config/sublime-text-2/Packages Snippets -------- diff --git a/package-metadata.json b/package-metadata.json deleted file mode 100644 index 804a06e..0000000 --- a/package-metadata.json +++ /dev/null @@ -1 +0,0 @@ -{"url": "http://svn.textmate.org/trunk/Review/Bundles/Cython.tmbundle/", "version": "r12073", "description": "Cython support for Sublime Text 2"} \ No newline at end of file