Skip to content

Commit 31ec8dc

Browse files
committed
Update the README
1 parent 75624ee commit 31ec8dc

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,37 @@ This is just an implementation of a python client for [OgramCloud](https://ogram
66

77
### Download the latest release
88

9+
You just have to og on [Releases](https://github.com/Sanix-Darker/ogramcloud-cli-client/releases) and get the version you want for your system.
10+
911
### How to use it
1012

13+
- To upload a file, just hit :
14+
```shell
15+
occ -f ./your/file.path
16+
```
17+
18+
- To get the file with the file-key, just hit :
19+
```shell
20+
occ -i iooooiiiiiooooo
21+
```
22+
23+
- To get help :
24+
```shell
25+
occ -h
26+
27+
usage: occ [-h] [-f FILEPATH] [-i ID] [-c CHATID] [-u HOSTURL]
28+
29+
optional arguments:
30+
-h, --help show this help message and exit
31+
-f FILEPATH, --filepath FILEPATH
32+
File path of the file we want to upload
33+
-i ID, --id ID OgramCloud Id for regenerating our file
34+
-c CHATID, --chatid CHATID
35+
Chat Id on Telegram account, see documentation of
36+
(https://ogramcloud.com)
37+
-u HOSTURL, --hosturl HOSTURL
38+
The host url of OgramCloud
39+
```
1140

1241
## Development-Setup
1342

0 commit comments

Comments
 (0)