8000 Add instructions for installing without npm · mysqljs/mysql@9dd3057 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9dd3057

Browse files
committed
1 parent c7547e1 commit 9dd3057

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Readme.md

+5
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ testing.
3737

3838
npm install mysql
3939

40+
Or if you don't want to use npm / run the latest source:
41+
42+
cd ~/.node_libraries
43+
git clone git://github.com/felixge/node-mysql.git mysql
44+
4045
## Design Goals
4146

4247
* TDD: All code is written using test driven development, code coverage should approach 100%

0 commit comments

Comments
 (0)
0