Skip to content

Commit 348a330

Browse files
committed
📦 Phar file added
1 parent 6c947d3 commit 348a330

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ vendor
22
temp
33
composer.lock
44
.DS_STORE
5+
create-phar.php

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@
66
PHP >= 5.5.9
77

88
## 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
922
```
1023
$ composer global require appzcoder/phpcloc
1124
```

phpcloc.phar

1.05 MB
Binary file not shown.

0 commit comments

Comments
 (0)