Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrutchf authored May 15, 2024
1 parent 142d564 commit cc94a17
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# git-annex special remote for Synology NAS
This provides a (special remote)[https://git-annex.branchable.com/special_remotes/web/] for `git annex` for storage on a Synology NAS.

## Installation
```
Expand All @@ -7,8 +8,10 @@ pipx install git+https://github.com/UCSD-E4E/git-annex-remote-synology.git

## Upgrade
```
pipx upgrade git-annex-remote-synology
pipx uninstall git-annex-remote-synology
pipx install git+https://github.com/UCSD-E4E/git-annex-remote-synology.git
```
Using the `pipx upgrade` command is not currently supported since the repo does not have a version increment yet.

## Usage
1. Create a git-annex repository (walkthrough)
Expand Down

0 comments on commit cc94a17

Please sign in to comment.