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 6c947d3 commit 348a330Copy full SHA for 348a330
.gitignore
@@ -2,3 +2,4 @@ vendor
2
temp
3
composer.lock
4
.DS_STORE
5
+create-phar.php
README.md
@@ -6,6 +6,19 @@
6
PHP >= 5.5.9
7
8
## Installation
9
+### Manual
10
+```
11
+$ wget https://raw.githubusercontent.com/appzcoder/phpcloc/master/phpcloc.phar -O phpcloc
12
+// or
13
+$ curl -L https://raw.githubusercontent.com/appzcoder/phpcloc/master/phpcloc.phar -o phpcloc
14
15
+Then
16
17
+$ sudo chmod a+x phpcloc
18
+$ sudo mv phpcloc /usr/local/bin/phpcloc
19
20
+
21
+### Composer
22
```
23
$ composer global require appzcoder/phpcloc
24
phpcloc.phar
1.05 MB
0 commit comments