aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index ea6d31b..b921f70 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,15 @@ Simple math expressions calculator
## Install via Composer
-All instructions to install here: https://packagist.org/packages/nxp/math-executor
+Stable branch
+```
+composer require "nxp/math-executor" "v0.1"
+```
+
+Dev branch
+```
+composer require "nxp/math-executor" "dev-master"
+```
## Sample usage: