We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82aae94 commit da8e2a0Copy full SHA for da8e2a0
README.md
@@ -3,7 +3,7 @@ A command line script to setup and configure a Layers Box.
3
4
# Installation
5
1. Clone the repository
6
-2. run `python2 setup.py --user` to install the layersbox command for your current user
+2. run `python setup.py --user` to install the layersbox command for your current user
7
8
# Usage
9
* run `layersbox init` to turn a directory into a LayersBox
layersbox
@@ -1,4 +1,4 @@
1
-#!/usr/bin/env python2
+#!/usr/bin/env python
2
import subprocess
import os
0 commit comments