From 698dca8045534019db22c0e6c9a9db21058dd326 Mon Sep 17 00:00:00 2001 From: codeworm96 Date: Thu, 18 Feb 2016 23:07:51 +0800 Subject: [PATCH] Fix development steps in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbabb15..2ce1a77 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Ruby wrappers gem for SymEngine, a fast symbolic manipulation library, written i * Install bundler by `gem install bundler` * Execute `bundle install` this will install the gems required * Build the gem, `gem build symengine.gemspec` -* Install the gem, `gem install symengine-0.0.0.gem` +* Install the gem, `gem install symengine-0.1.0.gem` ### Using the extensions SymEngine is a module in the extensions, and the classes are a part of it. So