Skip to content

Commit

Permalink
Describe how to install manually.
Browse files Browse the repository at this point in the history
  • Loading branch information
hanfezh committed Jan 2, 2022
1 parent 6b449b0 commit 6d18c08
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ Use [Python Lex-Yacc](https://www.dabeaz.com/ply) to parse the debug string.

Install "Pretty Proto" via [Package Control](https://packagecontrol.io/)

Or manually, take macOS as an example:

```bash
# Go to the packages directory of Sublime Text
# Sublime Text -> Preferences -> Browse Packages...
cd $HOME/Library/Application\ Support/Sublime\ Text/Packages
git clone https://github.com/hanfezh/pretty-proto.git Pretty\ Proto
```

## Usage

To prettify proto, select message's debug string and run command *pretty_proto* through Command Palette <kbd>Command+Shift+P</kbd> (macOS). If no selection, the entire file is used by default.
Expand Down

0 comments on commit 6d18c08

Please sign in to comment.