JAMES-1994 Removing meaningless part of sentence in getting started
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/3d229cde Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/3d229cde Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/3d229cde Branch: refs/heads/master Commit: 3d229cde3b3bd078885d2590e0126fa10f554c85 Parents: 8b84f86 Author: benwa <[email protected]> Authored: Thu Apr 13 09:13:28 2017 +0700 Committer: benwa <[email protected]> Committed: Wed May 3 15:02:42 2017 +0700 ---------------------------------------------------------------------- src/homepage/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/3d229cde/src/homepage/index.html ---------------------------------------------------------------------- diff --git a/src/homepage/index.html b/src/homepage/index.html index fe94120..9ef081c 100644 --- a/src/homepage/index.html +++ b/src/homepage/index.html @@ -97,7 +97,7 @@ WHAT WILL YOU TRY:</b><br> <i>Note: this James server will respond to IMAP port 143 and SMTP port 25.</i></span></span> </li> <li class="post-template"><span class="long-arrow-right">→</span><span><b>STEPS YOU HAVE TO FOLLOW:</b><br> - Pull the James image with the following single command starting the three components:<br><br> + Pull and run the James image with the following single command:<br><br> <code class="highlighter-rouge">docker run -p "25:25" -p "143:143" linagora/james-jpa-sample</code> <br><br> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
