Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daoq authored Dec 22, 2023
1 parent 2b83e8d commit beecc95
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions README.md
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._

0 comments on commit beecc95

Please sign in to comment.