-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,20 @@ | ||
# sublime-patcher | ||
Sublime 4 patcher made in C++ | ||
|
||
# Sublime Text 4 Patcher | ||
|
||
|
||
## How to use on windows: | ||
- Compile the cpp file (g++ / vs) or download from releases | ||
- Make sure you have Sublime Text installed | ||
- Put the sublime_text.exe file from Sublime Text folder to the same place as the compiled main.cpp | ||
- Run the patcher | ||
- Put sublime_text.exe back in the Sublime Text folder | ||
- You should now have unlimited Sublime Text license | ||
|
||
## How to use on linux (might error): | ||
- Compile the cpp file (g++ or any other) | ||
- Make sure you have Sublime Text installed | ||
- Move sublime_text to the same folder as the compiled patcher `sudo mv /opt/sublime_text/sublime_text /path/to/folder` | ||
- Run the patcher as sudo | ||
- Move sublime_Text back to Sublime Text folder `sudo mv sublime_text /opt/sublime_text/` | ||
|
||
_if any errors appear you may have to fix it by yourself._ |