From ac4d9f2b20c185e5892e7c835f7ac1a3cdad8097 Mon Sep 17 00:00:00 2001 From: Mitchell Weggemans Date: Tue, 1 Jun 2021 15:05:29 +0200 Subject: [PATCH] remove $ from bash commands in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e595b24..15b616d 100644 --- 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