We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd47eb commit dec799dCopy full SHA for dec799d
README.md
@@ -9,9 +9,14 @@ Edit `config.example.json` and save it as `config.json`.
9
`token`: The token string which needs to include in the URL when accessing.
10
`listen`: HTTP server listen URL
11
12
-You can install as Windows service.
+You can install this as a Windows service.
13
```
14
> LFS2S3Proxy.exe install
15
16
17
-Enjoy!
+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