Przeglądaj źródła

Nicer formatting for download links

Achilleas Koutsou 6 lat temu
rodzic
commit
98c2b82c09
1 zmienionych plików z 15 dodań i 5 usunięć
  1. 15 5
      README.md

+ 15 - 5
README.md

@@ -6,8 +6,18 @@ See the README in each subdirectory for specific version release notes.
 
 The *latest* versions are always available in this directory and are named appropriately.
 
-- [Windows bundle](gin-cli-latest-windows-386.zip): Includes all tools required to use the gin client. Run the `gin-shell.bat` to start.
-- [macOS binary](gin-cli-latest-macos-amd64.tar.gz): gin client executable for macOS.
-- [macOS bundle](gin-cli-latest-macos-bundle.dmg): Includes all tools required to use the gin client. Run the `gin-bundle.app` to start.
-- [Linux binary](gin-cli-latest-linux-amd64.tar.gz): gin client executable for Linux x64.
-- [Debian bundle](gin-cli-latest.deb): Includes all tools required to use the gin client. Install the package and type `gin --help` in a terminal to start.
+- [Windows bundle](gin-cli-latest-windows-386.zip)
+    - Includes all tools required to use the gin client.
+    - Run the `gin-shell.bat` to start.
+- [macOS binary](gin-cli-latest-macos-amd64.tar.gz)
+    - gin client executable for macOS.
+    - Requires git and git-annex.
+- [macOS bundle](gin-cli-latest-macos-bundle.dmg)
+    - Includes all tools required to use the gin client.
+    - Run the `gin-bundle.app` to start.
+- [Linux binary](gin-cli-latest-linux-amd64.tar.gz)
+    - gin client executable for Linux x64.
+    - Requires git and git-annex.
+- [Debian bundle](gin-cli-latest.deb)
+    - Includes all tools required to use the gin client.
+    - Install the package and call `gin` command from the terminal.