From 347b90d0b5e3f1469c5971ccd7058b761d132c88 Mon Sep 17 00:00:00 2001 From: Harrissou Sant-anna Date: Fri, 28 Feb 2025 16:24:01 +0100 Subject: [PATCH] [Readme] Move up the "building from source" title It is unclear when the binary download and usage instructions ends --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 38476c1..ab51746 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ You can install the latest Transifex CLI by executing: curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash ``` -Or you can isntall a specific version if you need by executing: +Or you can install a specific version if you need by executing: ``` curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash -s -- yourVersion @@ -33,6 +33,8 @@ Choose the binary according to your system, download it and unzip it. Copy the binary into the location you want and update the `PATH` variable of your system if necessary. +### Building from source + The other way to install Transifex CLI in the system is to use the code. Clone the [repository](https://github.com/transifex/cli) and go into the directory @@ -40,8 +42,6 @@ Clone the [repository](https://github.com/transifex/cli) and go into the directo ```shell cd /path/to/transifex/cli ``` -### Building from source - The default way to build the binary is ```shell