Repository: activemq-artemis Updated Branches: refs/heads/master 781e5e64a -> a0b9d46cd
NO-JIRA: typo on doc for example Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/a0b9d46c Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/a0b9d46c Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/a0b9d46c Branch: refs/heads/master Commit: a0b9d46cd02b8f3a1ef1d2d6a6bdd4fdaf29280c Parents: 781e5e6 Author: Clebert Suconic <[email protected]> Authored: Fri Feb 3 23:28:42 2017 -0500 Committer: Clebert Suconic <[email protected]> Committed: Fri Feb 3 23:28:42 2017 -0500 ---------------------------------------------------------------------- examples/protocols/amqp/dotnet/readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/a0b9d46c/examples/protocols/amqp/dotnet/readme.md ---------------------------------------------------------------------- diff --git a/examples/protocols/amqp/dotnet/readme.md b/examples/protocols/amqp/dotnet/readme.md index 6a62977..33910ee 100644 --- a/examples/protocols/amqp/dotnet/readme.md +++ b/examples/protocols/amqp/dotnet/readme.md @@ -35,7 +35,8 @@ Or simply use the start-broker.sh script on this directory - Compile the code -You need to restore the package, build and run so .NET may download your packages from NuGET: +You need call restore to download AMQP Library and build it. +Restore is part of NuGET which is sort of the Maven Repo for Java devs. ```sh dotnet restore
