# HG changeset patch
# User Mitchell Weggemans <mitchell.weggemans@monetdbsolutions.com>
# Date 1622552729 -7200
# Node ID 16bb6d8521712c88732b6bd89cecf5613c6c3d9d
# Parent  c0ae750869de280286c48a348041fc9f338808f1
remove $ from bash commands in README

diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -7,13 +7,13 @@ Ruby driver for MonetDB
 First build a gem file starting from the given gemspec:
 
 ```bash
-$ gem build ruby-monetdb-sql.gemspec
+ gem build ruby-monetdb-sql.gemspec
 ```
 
 Then install the resulting gem with the command:
 
 ```bash
-$ gem install --local ruby-monetdb-sql-1.2.gem
+ gem install --local ruby-monetdb-sql-1.2.gem
 ```
 
 ## Example