Skip to content
This repository has been archived by the owner on Mar 1, 2020. It is now read-only.

Commit

Permalink
Didn't need to escape that * in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
erik434 committed Nov 11, 2017
1 parent f1e38c2 commit b998e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Every time the PIA VPN starts, it deploys some Ruby files to a random temp direc

# First-time Setup
1. Start PIA as usual so it can deploy its files to a random temp directory.
2. Find this directory. It seems to match the pattern `%USERPROFILE%\AppData\Local\Temp\ocr\*.tmp` and should contain `bin`, `lib`, and `src` folders.
2. Find this directory. It seems to match the pattern `%USERPROFILE%\AppData\Local\Temp\ocr*.tmp` and should contain `bin`, `lib`, and `src` folders.
3. Copy the contents of this directory into a new directory called `pia_ruby_files` inside your PIA install folder (probably `%PROGRAMFILES%\pia_manager` unless you changed it). So when you're done you should have `pia_manager\pia_ruby_files\src` etc.
4. Rename the existing `pia_manager.exe` inside your PIA install folder to something like `pia_manager.exe.backup`.
5. Build this project and copy the output `pia_manager.exe` into your PIA install folder. That should be it!
Expand Down

0 comments on commit b998e53

Please sign in to comment.