We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76fcb58 commit 415f8dfCopy full SHA for 415f8df
1 file changed
README.md
@@ -48,6 +48,19 @@ docker exec -it svn2github bash
48
./svn2github.sh
49
```
50
51
+### Running in Windows (Git-Bash)
52
+1. Download the release and extract it
53
+2. Ensure you have a Subversion client installed _with the CLI utilities_.
54
+3. Open the `Git Bash` terminal
55
+4. Add the Subversion binaries to your path
56
+ - `export PATH=${PATH}:/c/Program\ Files/TortoiseSVN/bin`
57
+5. Edit the `settings.ini` file and add your specifics
58
+6. Add your `git config` properties
59
+ - `git config --global user.name "Kal El"`
60
+ - `git config --global user.email "manofsteel@krypton.org"`
61
+7. Execute the `svn2github.sh` script and follow the prompts
62
+ - `./svn2github.sh`
63
+
64
## Using individual functions
65
### _svn_sizer
66
```bash
0 commit comments