changeset 30:ee8a0bdbbacd

remove docs folder
author Mitchell Weggemans <mitchell.weggemans@monetdbsolutions.com>
date Thu, 06 May 2021 14:26:39 +0200 (2021-05-06)
parents f84f521c7ea8
children b5703d1701eb
files doc/readme.txt
diffstat 1 files changed, 0 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
deleted file mode 100644
--- a/doc/readme.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-=== Install the standalone driver ===
-
-First build a gem file starting from the given gemspec:
-
-$ gem build ruby-monetdb-sql-0.2.gemspec
-
-and install the resulting gem with the command:
-
-$ gem install --local ruby-monetdb-sql-0.2.gem
-
-=== Tutorial ===
-
-A short example on how to use Ruby with MonetDB can be found in the lib/example.rb file. Make sure you create a database named "testdatabase2" and have a MonetDB server running on your system prior to trying the script. Instructions on how to run the server and create the database can be found here:
-
-https://www.monetdb.org/Documentation/UserGuide/Tutorial