mirror of
				https://github.com/mitchell/swim.fish.git
				synced 2025-11-04 07:35:25 +00:00 
			
		
		
		
	Fix README.md links for github
This commit is contained in:
		
							parent
							
								
									918beb3f42
								
							
						
					
					
						commit
						3b495dad5b
					
				
							
								
								
									
										16
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								README.md
									
									
									
									
									
								
							| 
						 | 
					@ -5,14 +5,14 @@ your project's most frequently run commands. Think `make` or `npm run`.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Table of Contents
 | 
					## Table of Contents
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- [Getting Started](#swim-fish#getting-started)
 | 
					- [Getting Started](#getting-started)
 | 
				
			||||||
- [Install `sw`](#swim-fish#install-sw)
 | 
					- [Install `sw`](#install-sw)
 | 
				
			||||||
- [Included Commands](#swim-fish#included-commands)
 | 
					- [Included Commands](#included-commands)
 | 
				
			||||||
- [Self-executable swim.fish](#swim-fish#self-executable-swim-fish)
 | 
					- [Self-executable swim.fish](#self-executable-swimfish)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Getting Started
 | 
					## Getting Started
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[*^ Back to Top ^*](#swim-fish)
 | 
					[*^ Back to Top ^*](#swimfish)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The easiest way to get started is by copy this repository's `swim.fish` to your own project's root
 | 
					The easiest way to get started is by copy this repository's `swim.fish` to your own project's root
 | 
				
			||||||
directory. Then replace this projects command functions with your own. They look like this:
 | 
					directory. Then replace this projects command functions with your own. They look like this:
 | 
				
			||||||
| 
						 | 
					@ -29,7 +29,7 @@ The required prefix of `swim_` can be configured, by setting the `cmd_func_prefi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Install `sw`
 | 
					## Install `sw`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[*^ Back to Top ^*](#swim-fish)
 | 
					[*^ Back to Top ^*](#swimfish)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The only dependency is [fish itself](https://fishshell.com/).
 | 
					The only dependency is [fish itself](https://fishshell.com/).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -41,7 +41,7 @@ then copying `sw` to your preferred location in your binpath, like `/usr/local/b
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Included Commands
 | 
					## Included Commands
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[*^ Back to Top ^*](#swim-fish)
 | 
					[*^ Back to Top ^*](#swimfish)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The following commands are included.
 | 
					The following commands are included.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -60,7 +60,7 @@ The following commands are included.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Self-executable swim.fish
 | 
					## Self-executable swim.fish
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[*^ Back to Top ^*](#swim-fish)
 | 
					[*^ Back to Top ^*](#swimfish)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
If you wish to make your *swim.fish* file self-executable instead of installed `sw`. Then all you
 | 
					If you wish to make your *swim.fish* file self-executable instead of installed `sw`. Then all you
 | 
				
			||||||
have to do is add
 | 
					have to do is add
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue