Skip to content

Commit 4a654c0

Browse files
authored
docs: remove db step
[skip ci]
1 parent d475bed commit 4a654c0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/running-your-own-jsbin.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22

33
JS Bin is a [Node](http://nodejs.org) project.
44

5-
Install in 3 simple steps:
5+
Install in 2 steps:
66

77
1. Installing code
88
2. Configuration
9-
3. Database
109

1110
For the simplest install process we recommend using Node with SQLite.
1211

@@ -110,4 +109,4 @@ JS Bin has end-to-end tests. The tests can be found in `tests/e2e` folder.
110109

111110
Running the tests (JS Bin has to be running on port http://localhost:3000):
112111

113-
$ npm run e2e
112+
$ npm run e2e

0 commit comments

Comments
 (0)