Skip to content

Commit 0d0370e

Browse files
committed
Add requirements symfony#51
1 parent 254edb5 commit 0d0370e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ Symfony Demo Application
44
The "Symfony Demo Application" is a reference application created to show how
55
to develop Symfony applications following the recommended best practices.
66

7+
Requirements
8+
------------
9+
10+
You must have PDO-SQLite php extension enabled.
11+
12+
```bash
13+
$ sudo aptitude install php5-sqlite
14+
15+
```
16+
717
Installation
818
------------
919

0 commit comments

Comments
 (0)