Skip to content

Commit 3452e1d

Browse files
committed
updated README
1 parent af982db commit 3452e1d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,9 @@ git push --delete origin 2.0.0-b1
109109

110110
## Update Code and Tag Homebrew Globalplatform
111111

112-
This is necessary the update the used version, the Ruby code in the formulae and to check if in
112+
At first it is necessary to update the used tagged Globalplatform version in the formula file.
113+
114+
It is also occasionally necessary to update the Ruby code in the formulae and to check if in
113115
the meanwhile the brew build system added some breaking changes requiring to update the formulae code. Unfortunately this is happening periodically.
114116

115117
~~~shell
@@ -131,7 +133,7 @@ brew audit --strict --online globalplatform
131133

132134
### Push Changes
133135

134-
Since Homebrew has used a HTTPS URL for the checkout it will be required to use `git` instead:
136+
Since Homebrew has used a HTTPS URL for the checkout it will be required to use `git` instead to commit any changes:
135137

136138
~~~shell
137139
git remote remove origin
@@ -154,8 +156,8 @@ A Docker instance can be used for running the bottling command.
154156

155157
~~~shell
156158
docker rm brew
157-
docker pull homebrew/brew
158-
docker run -it --name=brew homebrew/brew
159+
docker pull homebrew/ubuntu16.04
160+
docker run -it --name=brew homebrew/ubuntu16.04
159161
mkdir build
160162
cd build
161163
~~~

0 commit comments

Comments
 (0)