mirror of
				https://github.com/tiyn/beaker-blog.git
				synced 2025-11-04 04:41:15 +01:00 
			
		
		
		
	Update README.md
This commit is contained in:
		@@ -36,7 +36,7 @@ You have to specify the filetype by extension.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
### PIP/Python
 | 
					### PIP/Python
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- `git clone https://github.com/tiyn/flaskblog`
 | 
					- `git clone https://github.com/tiyn/tiyny-blog`
 | 
				
			||||||
- `cd flaskblog/src`
 | 
					- `cd flaskblog/src`
 | 
				
			||||||
- `pip3install -r requirements.txt` - install depenencies
 | 
					- `pip3install -r requirements.txt` - install depenencies
 | 
				
			||||||
- run `python app.py`
 | 
					- run `python app.py`
 | 
				
			||||||
@@ -63,4 +63,4 @@ Set the following ports with the -p tag.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#### Example run-command
 | 
					#### Example run-command
 | 
				
			||||||
 | 
					
 | 
				
			||||||
`docker run --name blog --restart unless-stopped -v css:/blog/src/static/css -v html:/blog/src/templates -p 80:5000 -d tiynger/flaskblog`
 | 
					`docker run --name blog --restart unless-stopped -v css:/blog/src/static/css -v html:/blog/src/templates -p 80:5000 -d tiynger/tiyny-blog`
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user