Skip to content

Commit

Permalink
docs: remove db step
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
remy committed Jan 30, 2018
1 parent d475bed commit 4a654c0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/running-your-own-jsbin.md
Expand Up @@ -2,11 +2,10 @@

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

Install in 3 simple steps:
Install in 2 steps:

1. Installing code
2. Configuration
3. Database

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

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

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

$ npm run e2e
$ npm run e2e

0 comments on commit 4a654c0

Please sign in to comment.