mirror of
https://github.com/hexedtech/codemp-sublime.git
synced 2025-04-01 07:11:33 +02:00
fixed README
This commit is contained in:
parent
ae89780d6e
commit
6ca6661eb6
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -9,7 +9,7 @@ as well as a remote virtual workspace for you and your team.
|
||||||
This is the reference [sublime](https://sublimetext.com) plugin for `codemp` maintained by [hexedtech](https://hexed.technology)
|
This is the reference [sublime](https://sublimetext.com) plugin for `codemp` maintained by [hexedtech](https://hexed.technology)
|
||||||
|
|
||||||
|
|
||||||
> [!WARNING]
|
> [!WARN]
|
||||||
> This package is still under active development, expect breakages and bugs.
|
> This package is still under active development, expect breakages and bugs.
|
||||||
> Make sure you keep backups of files in case they get corrupted during a session.
|
> Make sure you keep backups of files in case they get corrupted during a session.
|
||||||
|
|
||||||
|
@ -20,8 +20,8 @@ The fastest and easiest way to install Codemp is via Package Control, the de-fac
|
||||||
Package Control not only installs your packages for you, it also ensures that they are kept up to date
|
Package Control not only installs your packages for you, it also ensures that they are kept up to date
|
||||||
to make sure that you always have the benefit of the latest bug fixes and features for all of your installed packages.
|
to make sure that you always have the benefit of the latest bug fixes and features for all of your installed packages.
|
||||||
|
|
||||||
> [!WARNING]
|
> [!WARN]
|
||||||
> This package requires Package Control v4, to install follow the steps below:
|
> This package requires Package Control v4, to install it follow the steps below:
|
||||||
|
|
||||||
|
|
||||||
If you are new to Sublime Text and don't have Package Control installed yet, you'll have to do that first.
|
If you are new to Sublime Text and don't have Package Control installed yet, you'll have to do that first.
|
||||||
|
@ -38,15 +38,15 @@ from urllib.request import urlretrieve;urlretrieve(url="https://github.com/wbond
|
||||||
2. rename it to `Package Control.sublime-package` (get rid of the point between `Package` and `Control`)
|
2. rename it to `Package Control.sublime-package` (get rid of the point between `Package` and `Control`)
|
||||||
3. drag it into the `Installed Packages` folder.
|
3. drag it into the `Installed Packages` folder.
|
||||||
|
|
||||||
|
Once you've installed Package Control with the steps above, simply open the command palette and select `Package Control: Install Package` and select `codemp`.
|
||||||
* simply open the command palette again and select `Package Control: Install Package` and select `codemp`.
|
|
||||||
|
|
||||||
## Manual
|
## Manual
|
||||||
Alternatively you can simply `git clone` this repository into your `Packages` folder:
|
Alternatively you can simply `git clone` this repository into your `Packages` folder:
|
||||||
You can access it via sublime through `Settings -> Browse Packages...`.
|
You can access it via sublime through `Settings -> Browse Packages...`.
|
||||||
|
|
||||||
You will need to keep the package up to date yourself. As well as satisfying the dependency
|
You will also need the [`codemp` python 3.8 wheel](https://pypi.org/project/codemp/#files) for your platform in your sublime `Lib` folder.
|
||||||
(can be dont through package control.)
|
|
||||||
|
You will need to keep the package up to date yourself. As well as satisfying the dependencies.
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
## Overview
|
## Overview
|
||||||
|
|
Loading…
Add table
Reference in a new issue