Commit
+8 -1 +/-1 browse
1 | diff --git a/README.md b/README.md |
2 | index 910df98..b7bf4d0 100644 |
3 | --- a/README.md |
4 | +++ b/README.md |
5 | @@ -151,11 +151,18 @@ variable. If that is malformed or absent it will fall back to `us-east-1`. |
6 | |
7 | ## Client Configuration |
8 | |
9 | - Add `.lfsconfig` to the root of your Git repository: |
10 | + Add a file named `.lfsconfig` to the root of your Git repository and commit it |
11 | + so everyone is using the same LFS server: |
12 | |
13 | ``` |
14 | [lfs] |
15 | url = "http://gitlfs.example.com:8080/api/my-org/my-project" |
16 | + ─────────┬──────── ──┬─ ─┬─ ───┬── ─────┬──── |
17 | + │ │ │ │ └ Replace with your project's name |
18 | + │ │ │ └ Replace with your organization name |
19 | + │ │ └ Required to be "api" |
20 | + │ └ The port your server started with |
21 | + └ The host name of your server |
22 | ``` |
23 | |
24 | Optionally, I also recommend changing these global settings to speed things up: |