We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a553c17 commit 4eb2fa8Copy full SHA for 4eb2fa8
1 file changed
src/RazorRockstars/RazorRockstars.Console/README.txt
@@ -1,9 +1,10 @@
1
-Requires sqlite3.dll module in same /bin directory as .exe or available in the OS System $PATH
+## Requires sqlite3.dll module in same /bin directory as .exe or available in the OS System $PATH
2
3
In VS.NET this is done by copying the sqlite3.dll for your architecture into your projects root path:
4
5
- - \sqlite\x86\sqlite3.dll -> \
6
-or
7
- - \sqlite\x64\sqlite3.dll -> \
+for 32bit pc
+ - copy `\sqlite\x86\sqlite3.dll` to `\`
+or for 64bit
8
+ - copy `\sqlite\x64\sqlite3.dll` to `\`
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