diff --git a/README.rst b/README.md similarity index 98% rename from README.rst rename to README.md index 989f413..2d3aea1 100644 --- a/README.rst +++ b/README.md @@ -13,6 +13,7 @@ usage To build all packages, execute the following commands: +``` python3 -m pip install build cd xndlib @@ -30,3 +31,4 @@ python3 -m build . cd ../gumath git clone https://github.com/xnd-project/xnd source/xnd python3 -m build . +```