aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <waruqi@gmail.com>2018-10-13 22:06:22 +0800
committerruki <waruqi@gmail.com>2018-10-13 22:06:22 +0800
commit3b7900daf0902f956b111d4e6d7abe87f9f6c192 (patch)
treee185638400028b6e328e650b1679235879f125b7
parent256fa1b0b0643a6a5f0e1b225af1095fe98c4f29 (diff)
downloadxmake-docs-3b7900daf0902f956b111d4e6d7abe87f9f6c192.tar.gz
xmake-docs-3b7900daf0902f956b111d4e6d7abe87f9f6c192.zip
fix link
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 29c27da0..058967bf 100644
--- a/README.md
+++ b/README.md
@@ -1144,7 +1144,7 @@ add_requires("tbox", {config = {small=true}})
Pass `--small=true` to the tbox package so that compiling the installed tbox package is enabled.
##### Using self-built private package warehouse
-If the required package is not in the official repository [xmake-repo] (https://github.com/tboox/xmake-repo), we can submit the contribution code to the repository for support.
+If the required package is not in the official repository [xmake-repo](https://github.com/tboox/xmake-repo), we can submit the contribution code to the repository for support.
But if some packages are only for personal or private projects, we can create a private repository repo. The repository organization structure can be found at: [xmake-repo](https://github.com/tboox/xmake-repo)
For example, now we have a private repository repo:`git@github.com:myrepo/xmake-repo.git`