Skip to content

Commit fadc96e

Browse files
readme update
1 parent 99d73c7 commit fadc96e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,20 @@ curl -sS https://getcomposer.org/installer | php
2121
php composer.phar create-project -s dev aisel/aisel
2222
```
2323
then cd aisel/ and finish installation with commands bellow:<br/>
24-
4.) Launch installation:<br/>
24+
3.) Launch installation:<br/>
2525
```bash
2626
php app/console aisel:install
2727
```
28-
5.) Install frontend dependencies with Bower<br/>
28+
4.) Install frontend dependencies with Bower<br/>
2929
```bash
3030
bower install
3131
```
32+
33+
Important:<br/>
3234
Bower is a command line utility. Install it with npm.<br/>
3335
$ npm install -g bower<br/>
3436

35-
Important!: webserver needs permissions to save cache, logs and sessions<br/>
37+
webserver needs permissions to save cache, logs and sessions<br/>
3638
Mac users:<br/>
3739
```bash
3840
sudo chmod +a "_www allow delete,write,append,file_inherit,directory_inherit" app/cache app/logs<br/>

0 commit comments

Comments
 (0)