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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
albinvar authored Aug 7, 2021
1 parent df7d22c commit 9f50516
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,28 +39,27 @@ curl -s https://github.com/albinvar/anonfiles-cli/raw/main/builds/anonfiles -o a
wget https://github.com/albinvar/anonfiles-cli/raw/main/builds/anonfiles -O anonfiles
```

##### composer

Remember, installing with composer requires each and every libraries should be downloaded first.
##### composer `(on construction)`
Remember, installing with composer requires each and every libraries to be downloaded first.

```
composer global require albinvar/anonfiles-cli
```

## Usage

The usage of anonfiles cli is very simple.
Using anonfiles cli is very simple.

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

```
anonfiles
php anonfiles
```

##### Upload a file

```
anonfiles upload image.jpeg
php anonfiles upload image.jpeg
```

##### Download a file
Expand Down

0 comments on commit 9f50516

Please sign in to comment.