Index: README.md
===================================================================
--- README.md	(revision ebb2a52b67b4b922087f4930794db8e6c3a36dea)
+++ README.md	(revision 33439a5aac9de8253e8d2db2a11882ec367196f9)
@@ -1,2 +1,27 @@
 # SaveSpace
 Document management system in PHP
+
+## Quick Start
+1. ``` git clone https://github.com/beratkjufliju/SaveSpace.git ```
+2. ``` cd SaveSpace ```
+3. ``` git checkout -b develop ```
+4. 
+5. ``` composer install ```
+6. ``` npm install ```
+7. ``` npm run production ```
+8. ``` cp .env.example .env ```
+9. ``` php artisan key:generate ```
+10. Create database and edit .env with your database credentials
+11. Create account at [Mailtrap](https://mailtrap.io/) and edit .env with mailtrap configuration
+12. ``` php artisan clear:all --ms ```
+13. ``` php artisan serve ```
+
+Then you can visit http://localhost:8000/auth/login
+
+#### Login Credentials:
+
+Username: ``` admin ```
+
+Password: ``` 123456 ```
+
+Verification code: ``` 1234 ```
