Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
ItalyPaleAle committed Apr 14, 2020
1 parent 227fa20 commit 8f546e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ prvt add <file> [<file> ...] --store <string> --destination <string>

You can add multiple files and folders, which will be added recursively.

The destination flag is required and it's the path in the repo where you want your files to be added; it must begin with a slash (`/`).
The destination flag is required and it's the path in the repository where you want your files to be added; it must begin with a slash (`/`).

For example, to add the folder "photos" from your desktop:

Expand All @@ -113,15 +113,15 @@ By default, the server starts at http://127.0.0.1:3129 You can configure what po

Your browser will try to display supported files within itself, such as photos, supported videos, PDFs, etc. When trying to open other kinds of files, you'll be prompted to download them.

## Delete files from the repo
## Delete files from the repository

You can remove files from the repo with:
You can remove files from the repository with:

```sh
prvt rm <path> --store <string>
```

Where the path is the path of the file or folder within the repo. To remove a file, specify its exact path. To remove a folder recursively, specify the name of the folder, ending with `/*`.
Where the path is the path of the file or folder within the repository. To remove a file, specify its exact path. To remove a folder recursively, specify the name of the folder, ending with `/*`.

For example, to remove a single file:

Expand Down

0 comments on commit 8f546e9

Please sign in to comment.