Fix install instructions
This commit is contained in:
		
							parent
							
								
									ffa4a5b6b9
								
							
						
					
					
						commit
						db05487bef
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
					@ -9,8 +9,10 @@ A terminal interface for Tetris
 | 
				
			||||||
For Mac and Linux, the binaries attached to the GitHub release should suffice.
 | 
					For Mac and Linux, the binaries attached to the GitHub release should suffice.
 | 
				
			||||||
Here is a quick way to get the one for your OS:
 | 
					Here is a quick way to get the one for your OS:
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
curl -L https://github.com/samtay/tetris/releases/download/0.1.0/tetris-`uname -s`-`uname-m` | sudo tee /usr/local/bin/tetris
 | 
					$ sudo -i
 | 
				
			||||||
sudo chmod +x /usr/local/bin/tetris
 | 
					$ curl -L https://github.com/samtay/tetris/releases/download/0.1.0/tetris-`uname -s`-`uname -m` > /usr/local/bin/tetris
 | 
				
			||||||
 | 
					$ chmod +x /usr/local/bin/tetris
 | 
				
			||||||
 | 
					$ exit
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
For Windows, you have to install from source. First [get stack](https://docs.haskellstack.org/en/stable/README/#how-to-install). Then
 | 
					For Windows, you have to install from source. First [get stack](https://docs.haskellstack.org/en/stable/README/#how-to-install). Then
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue