mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-24 19:16:49 +08:00
Simplify README
The UCI protocol is rather technical and has little value in our README. Instead it should be explained in our wiki. "Contributing" is moved above "Compiling Stockfish" to make it more prominent. Also move the CONTRIBUTING.md into the root directory and include it in the distributed artifacts/releases. closes https://github.com/official-stockfish/Stockfish/pull/4766 No functional change
This commit is contained in:
committed by
Stéphane Nicolet
parent
3c0e86a91e
commit
4f7fe255c7
1
.github/workflows/stockfish_arm_binaries.yml
vendored
1
.github/workflows/stockfish_arm_binaries.yml
vendored
@@ -128,6 +128,7 @@ jobs:
|
||||
cp AUTHORS stockfish/
|
||||
cp CITATION.cff stockfish/
|
||||
cp README.md stockfish/
|
||||
cp CONTRIBUTING.md stockfish/
|
||||
tar -cvf stockfish-android-$BINARY.tar stockfish
|
||||
|
||||
- name: Upload binaries
|
||||
|
||||
1
.github/workflows/stockfish_binaries.yml
vendored
1
.github/workflows/stockfish_binaries.yml
vendored
@@ -161,6 +161,7 @@ jobs:
|
||||
cp AUTHORS stockfish/
|
||||
cp CITATION.cff stockfish/
|
||||
cp README.md stockfish/
|
||||
cp CONTRIBUTING.md stockfish/
|
||||
|
||||
- name: Create tar
|
||||
if: runner.os != 'Windows'
|
||||
|
||||
Reference in New Issue
Block a user