File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -6,20 +6,32 @@ Play snake in your shell!
66
77# To play  
88
9- ## Run from source  
10- 
11- Clone this repo, then:
9+ ## Install with Homebrew  
1210
1311``` sh 
14- go run  . 
12+ brew install simonwhitaker/tap/shellsnake 
1513``` 
1614
17- ## Install the binary  
15+ ## Install the binary using the Go toolchain  
16+ 
17+ If you have the Go toolchain installed, you can:
1818
1919``` sh 
2020go install github.com/simonwhitaker/shellsnake@latest
2121``` 
2222
23+ ## Download a release  
24+ 
25+ Check the [ releases page] ( https://github.com/simonwhitaker/shellsnake/releases ) . Download, open the gz/zip file, and run ` shellsnake ` .
26+ 
27+ ## Run from source  
28+ 
29+ Clone this repo, then:
30+ 
31+ ``` sh 
32+ go run . 
33+ ``` 
34+ 
2335Then (assuming ` $(go env GOPATH)/bin `  is in your path):
2436
2537``` sh 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments