Skip to content

Commit f3f37a5

Browse files
committed
open source release: update README.md
To align with the requirements for open source release and formatting of files that will be added in upcoming patches, update existing README links and add a section linking to the LICENSE file. Signed-off-by: Lessley Dennington <[email protected]>
1 parent 4ea09ed commit f3f37a5

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# `git-bundle-server`: Manage a self-hosted bundle server
22

3+
[bundle-uris]: https://github.com/git/git/blob/next/Documentation/technical/bundle-uri.txt
4+
[license]: LICENSE
5+
6+
## Background
7+
38
By running this software, you can self-host a bundle server to work with Git's
49
[bundle URI feature][bundle-uris].
510

6-
[bundle-uris]: https://github.com/git/git/blob/next/Documentation/technical/bundle-uri.txt
7-
811
## Cloning and Building
912

1013
Be sure to clone inside the `src` directory of your `GOROOT`.
@@ -66,3 +69,8 @@ server, you can manage the web server process itself using these commands:
6669

6770
Finally, if you want to run the web server process directly in your terminal,
6871
for debugging purposes, then you can run `git-bundle-web-server`.
72+
73+
## License
74+
75+
This project is licensed under the terms of the MIT open source license. Please
76+
refer to [LICENSE](license) for the full terms.

0 commit comments

Comments
 (0)