Skip to content

Commit

Permalink
Merge branch 'master' of github.com:typetools/checker-framework
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Dec 5, 2018
2 parents c35f694 + 2b8936d commit 32f9100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer/release/README-release-process.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ <h2 id="step_by_step">Step by Step</h2>
<strong>In a user-specific temporary directory, clone/update the Checker Framework repository (it contains the release scripts).</strong><br/>
<code>mkdir -p /scratch/$USER/jsr308-release<br/></code>
<code>cd /scratch/$USER/jsr308-release<br/></code>
<code>(cd checker-framework && git pull --quiet) || git clone --quiet https://github.com/typetools/checker-framework.git<br/></code>
<code>test -d checker-framework && (cd checker-framework && git pull --quiet) || git clone --quiet https://github.com/typetools/checker-framework.git<br/></code>
<code>cd checker-framework/docs/developer/release<br/></code>
(The release scripts will checkout and build all dependencies.)
</li>
Expand Down

0 comments on commit 32f9100

Please sign in to comment.