Update README.md
This commit is contained in:
		@@ -9,6 +9,8 @@
 | 
				
			|||||||
  - ```cd nxy```
 | 
					  - ```cd nxy```
 | 
				
			||||||
* Create virtualenv and install dependencies
 | 
					* Create virtualenv and install dependencies
 | 
				
			||||||
  - ```mkvirtualenv -a $PWD -r $PWD/requirements.txt nxy```
 | 
					  - ```mkvirtualenv -a $PWD -r $PWD/requirements.txt nxy```
 | 
				
			||||||
 | 
					* Create needed tables in the database:
 | 
				
			||||||
 | 
					  - ```psql -U <your db user> < schema.sql```
 | 
				
			||||||
* Copy ```.env-example``` and insert values in ```.env``` (replace everything wrapped in < and >)
 | 
					* Copy ```.env-example``` and insert values in ```.env``` (replace everything wrapped in < and >)
 | 
				
			||||||
  - ```cp .env-example .env```
 | 
					  - ```cp .env-example .env```
 | 
				
			||||||
  - ```vim .env```
 | 
					  - ```vim .env```
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user