Skip to content

Commit a0bc452

Browse files
committed
Update README.md
1 parent d7ddef5 commit a0bc452

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ In case you wish to use non-posix environment there are two additional batch fil
3434

3535
For a simple terminal use **buildtools.bat** to start. For a fancy looking one use **conemu.bat**. For more information about Msys2, see [MSYS2 Introduction](http://sourceforge.net/p/msys2/wiki/MSYS2%20introduction/). There are also **buildtools_32.bat** and **conemu_32.bat** enforcing mingw32 on 64-bit tools (makes sense if you use combined distribution).
3636

37-
Since it can be that some of configuration file have altered, first pull latest from root of your tools:
37+
**Important** thing is to setup your git environment first
3838
```sh
39-
git pull
39+
git config --global core.autocrlf true
4040
```
4141

42-
**Important** thing is to setup your git environment first
42+
Since it can be that some of configuration file have altered, first pull latest from root of your tools:
4343
```sh
44-
git config --global core.autocrlf true
44+
git pull
4545
```
4646

4747
And if you are contributor

0 commit comments

Comments
 (0)