Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit 9f50516

Browse files
authored
Update README.md
1 parent df7d22c commit 9f50516

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,28 +39,27 @@ curl -s https://github.com/albinvar/anonfiles-cli/raw/main/builds/anonfiles -o a
3939
wget https://github.com/albinvar/anonfiles-cli/raw/main/builds/anonfiles -O anonfiles
4040
```
4141

42-
##### composer
43-
44-
Remember, installing with composer requires each and every libraries should be downloaded first.
42+
##### composer `(on construction)`
43+
Remember, installing with composer requires each and every libraries to be downloaded first.
4544

4645
```
4746
composer global require albinvar/anonfiles-cli
4847
```
4948

5049
## Usage
5150

52-
The usage of anonfiles cli is very simple.
51+
Using anonfiles cli is very simple.
5352

5453
after installing properly, you would be able to use via anonfiles command globally.
5554

5655
```
57-
anonfiles
56+
php anonfiles
5857
```
5958

6059
##### Upload a file
6160

6261
```
63-
anonfiles upload image.jpeg
62+
php anonfiles upload image.jpeg
6463
```
6564

6665
##### Download a file

0 commit comments

Comments
 (0)