You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,17 +43,17 @@ If the destination table already exists, then **csv2sql** assumes that it contai
43
43
44
44
## Installation
45
45
46
-
1. Verify that you have [**Ruby**](https://www.ruby-lang.org/) 1.9.3 (released October 2011) or later installed:
46
+
1. Verify that you have [Ruby](https://www.ruby-lang.org/) 1.9.3 (released October 2011) or later installed:
47
47
48
48
ruby --version
49
49
50
50
Earlier versions may also work, but are untested.
51
51
52
-
2. Verify that you have [**SQlite**](https://sqlite.org/) 3.6.16 or later installed:
52
+
2. Verify that you have [SQlite](https://sqlite.org/) 3.6.16 or later installed:
53
53
54
54
sqlite3 -version
55
55
56
-
3. Verify that you have the [**sqlite3**](https://github.com/sparklemotion/sqlite3-ruby) Ruby module installed. For example, if you're using [RubyGems](https://rubygems.org/):
56
+
3. Verify that you have the [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) Ruby module installed. For example, if you're using [RubyGems](https://rubygems.org/):
0 commit comments