Skip to content

Commit 9e7fcf2

Browse files
committed
Update README
1 parent a3238c2 commit 9e7fcf2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ codeigniter/
1414
├── composer.json
1515
├── composer.lock
1616
├── public/
17+
│   ├── .htaccess
1718
│   └── index.php
1819
└── vendor/
1920
└── codeigniter/
@@ -35,6 +36,8 @@ codeigniter/
3536
$ composer create-project kenjis/codeigniter-composer-installer codeigniter
3637
```
3738

39+
Above command installs `public/.htaccess` to remove `index.php` from URL. If you don't need it, please remove it.
40+
3841
If you want to install translations for system messages:
3942

4043
```

0 commit comments

Comments
 (0)