Skip to content

Commit

Permalink
add DEV_README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mechatroner committed Dec 3, 2022
1 parent f41d12e commit f8f8091
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions DEV_README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Debugging the extension

Copy the extension to the sublime text packages dir, e.g.:
```
rm -rf "/mnt/c/Users/mecha/AppData/Roaming/Sublime Text 3/Packages/rainbow_csv" && cp -r sublime_rainbow_csv "/mnt/c/Users/mecha/AppData/Roaming/Sublime Text 3/Packages/rainbow_csv"
```

0 comments on commit f8f8091

Please sign in to comment.