Skip to content
This repository was archived by the owner on Mar 29, 2019. It is now read-only.

Commit 2b3aa71

Browse files
authored
Update README.md
1 parent 9d4d6d1 commit 2b3aa71

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Tiny PowerShell Script to build Mroonga under Windows environment
77

88
Currently, these ps1 are not signed.
99

10-
So, it need change Excecution Policy to `RemoteSigned`.
10+
So, it needs change Excecution Policy to `RemoteSigned`.
1111

1212
Or, execute `batfile\change-policy-vc2015.bat` or `batfile\change-policy-vc2017.bat` with system administrator privileges.
1313

@@ -71,7 +71,7 @@ powershell> .\create-mrnzip.ps1
7171

7272
## Building prior Mroonga releases
7373

74-
If you are interested in building prior Mroonga releases, please check out prior releases' git tags as follows:
74+
If you are interested in building prior Mroonga releases, please checkout prior releases' git tags as follows:
7575

7676

7777
```powershell
@@ -85,9 +85,7 @@ PS> git checkout <prior release tag>
8585
$applyPatch = $TRUE
8686
```
8787

88-
and then,
89-
90-
Put into `patches` directory, patches are applied automatically with GNU patch.
88+
and then, put into `patches` directory, patches are applied automatically with GNU patch.
9189

9290
### Requirements
9391

0 commit comments

Comments
 (0)