From 3057a7c99959cda444827431aeeaaa7da50d1e50 Mon Sep 17 00:00:00 2001 From: rf2892jfdsajf <96366344+rf2892jfdsajf@users.noreply.github.com> Date: Mon, 20 Dec 2021 08:10:00 +0800 Subject: [PATCH] doc: add contributing section to readme and update build instruction style (#863) * doc: add bash style * doc: add code of conduct to readme Co-authored-by: Your Name --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15e0dd57..649ca3c6 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,9 @@ - [(Tap) Repository 0](https://github.com/N4FA/homebrew-xray) - [(Tap) Repository 1](https://github.com/xiruizhao/homebrew-xray) +## Contributing +[Code Of Conduct](https://github.com/XTLS/Xray-core/blob/main/CODE_OF_CONDUCT.md) + ## Usage [Xray-examples](https://github.com/XTLS/Xray-examples) / [VLESS-TCP-XTLS-WHATEVER](https://github.com/XTLS/Xray-examples/tree/main/VLESS-TCP-XTLS-WHATEVER) @@ -71,13 +74,13 @@ This repo relies on the following third-party projects: ### Windows -``` +```bash go build -o xray.exe -trimpath -ldflags "-s -w -buildid=" ./main ``` ### Linux / macOS -``` +```bash go build -o xray -trimpath -ldflags "-s -w -buildid=" ./main ```