mirror of
https://github.com/corpnewt/ProperTree.git
synced 2026-08-12 22:31:30 +04:00
Remove Python3 specific reference
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# ProperTree
|
||||
A cross-platform plist editor written in Python3
|
||||
A cross-platform plist editor written in Python *(compatible with both 2.x and 3.x)*
|
||||
|
||||
## Get Started
|
||||
|
||||
@@ -7,7 +7,7 @@ On *nix systems:
|
||||
|
||||
```
|
||||
git clone https://github.com/corpnewt/ProperTree
|
||||
python3 ./ProperTree/ProperTree.command
|
||||
python ./ProperTree/ProperTree.command
|
||||
```
|
||||
On Windows:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user