mirror of
				https://gitea.invidious.io/iv-org/shard-ameba.git
				synced 2024-08-15 00:53:29 +00:00 
			
		
		
		
	Update README.md
Replace deprecated `crystal deps` command with `shards install`
This commit is contained in:
		
							parent
							
								
									7a1cf29ea7
								
							
						
					
					
						commit
						956f2e4f49
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -44,7 +44,7 @@ development_dependencies:
 | 
			
		|||
    github: veelenga/ameba
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
Build `bin/ameba` binary within your project directory while running `crystal deps`.
 | 
			
		||||
Build `bin/ameba` binary within your project directory while running `shards install`.
 | 
			
		||||
 | 
			
		||||
You may also want to use it on [Travis](travis-ci.org):
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -52,7 +52,7 @@ You may also want to use it on [Travis](travis-ci.org):
 | 
			
		|||
# .travis.yml
 | 
			
		||||
language: crystal
 | 
			
		||||
install:
 | 
			
		||||
  - crystal deps
 | 
			
		||||
  - shards install
 | 
			
		||||
script:
 | 
			
		||||
  - crystal spec
 | 
			
		||||
  - bin/ameba
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue