Skip to content

Commit 4eb2fa8

Browse files
committed
added clarity to README
1 parent a553c17 commit 4eb2fa8

File tree

1 file changed

+6
-5
lines changed
  • src/RazorRockstars/RazorRockstars.Console

1 file changed

+6
-5
lines changed
Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
Requires sqlite3.dll module in same /bin directory as .exe or available in the OS System $PATH
1+
## Requires sqlite3.dll module in same /bin directory as .exe or available in the OS System $PATH
22

33
In VS.NET this is done by copying the sqlite3.dll for your architecture into your projects root path:
44

5-
- \sqlite\x86\sqlite3.dll -> \
6-
or
7-
- \sqlite\x64\sqlite3.dll -> \
5+
for 32bit pc
6+
- copy `\sqlite\x86\sqlite3.dll` to `\`
7+
or for 64bit
8+
- copy `\sqlite\x64\sqlite3.dll` to `\`
89

9-
Then go to \sqlite3.dll properties and change the Build Action to: 'Copy if Newer'
10+
Then go to `\sqlite3.dll` properties (in VS.NET) and change the Build Action to: 'Copy if Newer'

0 commit comments

Comments
 (0)