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:
Disservin
2023-08-26 09:49:04 +02:00
committed by Stéphane Nicolet
parent 3c0e86a91e
commit 4f7fe255c7
4 changed files with 24 additions and 34 deletions

View File

@@ -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

View File

@@ -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'