Skip to content

Commit dec799d

Browse files
authored
Update README.md
1 parent 4fd47eb commit dec799d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,14 @@ Edit `config.example.json` and save it as `config.json`.
99
`token`: The token string which needs to include in the URL when accessing.
1010
`listen`: HTTP server listen URL
1111

12-
You can install as Windows service.
12+
You can install this as a Windows service.
1313
```
1414
> LFS2S3Proxy.exe install
1515
```
1616

17-
Enjoy!
17+
To configure Git repository to use this proxy, run this command:
18+
```sh
19+
git config -f .lfsconfig lfs.url https://your.host.name/{token}/{repositoryName}
20+
```
21+
22+
Enjoy!

0 commit comments

Comments
 (0)