upd .gitignore and README
This commit is contained in:
		
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -1,6 +1,5 @@
 | 
				
			|||||||
*.txt
 | 
					*.txt
 | 
				
			||||||
dist/
 | 
					dist/
 | 
				
			||||||
tests/helpers/*
 | 
					 | 
				
			||||||
src/backups/
 | 
					src/backups/
 | 
				
			||||||
src/clean
 | 
					src/clean
 | 
				
			||||||
NOTE.todo
 | 
					NOTE.todo
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										8
									
								
								README
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								README
									
									
									
									
									
								
							@@ -10,19 +10,17 @@ INSTALLATION
 | 
				
			|||||||
    Uninstall:
 | 
					    Uninstall:
 | 
				
			||||||
        make prefix=$HOME/.local uninstall
 | 
					        make prefix=$HOME/.local uninstall
 | 
				
			||||||
 | 
					
 | 
				
			||||||
DEVELOPMENT
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
TESTING
 | 
					TESTING
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    BB uses amazing test suite: https://bats-core.readthedocs.io/
 | 
					    boring_backup uses amazing test suite: https://bats-core.readthedocs.io/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    Install Bats:
 | 
					    Install Bats:
 | 
				
			||||||
        git clone https://github.com/bats-core/bats-core.git
 | 
					        git clone https://github.com/bats-core/bats-core.git
 | 
				
			||||||
        bash bats-core/install.sh ~/.local
 | 
					        bash bats-core/install.sh ~/.local
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    Add some Bats extensions:
 | 
					    Add some Bats extensions:
 | 
				
			||||||
        git clone https://github.com/bats-core/bats-assert.git tests/helpers/bats-assert
 | 
					        git submodule add https://github.com/bats-core/bats-assert.git tests/helpers/bats-assert
 | 
				
			||||||
        git clone https://github.com/bats-core/bats-support.git tests/helpers/bats-support
 | 
					        git submodule add https://github.com/bats-core/bats-support.git tests/helpers/bats-support
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    Run tests:
 | 
					    Run tests:
 | 
				
			||||||
        make test
 | 
					        make test
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user