有没有办法将 link 添加到 Github README.md 中的当前回购?

Is there a way to add a link to the current repo in Github README.md?

我的大多数回购 README.md 文件都包含有关如何 clone/build/run/test 代码的说明:

$ git clone https://github.com/TravelingTechGuy/app-store-validator.git
$ cd app-store-validator
$ npm i
$ npm run build    #lint and build
$ npm run test     #run unit tests

问题是 link 是特定于回购协议的,即如果回购协议是 forked/transferred,自述文件仍将包含我原始回购协议的 link。我 运行 至少遇到过一个案例,有人分叉了一个 repo,然后 copy/pasting 安装说明,但不明白为什么没有更改。

我的问题:有什么方法可以将 link 放入 README 文件中的 current 存储库?这样当克隆时,将指向克隆的存储库?

markdown 文件是静态的。没有办法做到这一点。

指示您的用户从右栏的小部件中复制 URL: