# HG changeset patch
# User Mitchell Weggemans <mitchell.weggemans@monetdbsolutions.com>
# Date 1620303999 -7200
# Node ID ee8a0bdbbacdfe1db0908cc981419d0580eb2cb1
# Parent  f84f521c7ea88b268af753815307a1f391406e11
remove docs folder

diff --git a/doc/readme.txt b/doc/readme.txt
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