]> nmode's Git Repositories - signal-cli/blobdiff - README.md
Update README.md
[signal-cli] / README.md
index 9a11ee6ea2f7b3397b9d9b42ee3a20d3b7483788..fe4358493af629a87dd8d445a3f1c9f6dbe3ac19 100644 (file)
--- a/README.md
+++ b/README.md
@@ -81,15 +81,15 @@ dependencies. If you have a recent gradle version installed, you can replace `./
 
         ./gradlew build
 
-3. Create shell wrapper in *build/install/signal-cli/bin*:
+    3a. Create shell wrapper in *build/install/signal-cli/bin*:
 
         ./gradlew installDist
 
-4. Create tar file in *build/distributions*:
+    3b. Create tar file in *build/distributions*:
 
         ./gradlew distTar
 
-5. Compile and run signal-cli:
+    3c. Compile and run signal-cli:
 
         ./gradlew run --args="--help"