NO-JIRA: typo on doc for example
This commit is contained in:
parent
781e5e64a4
commit
ee9e717b51
Binary file not shown.
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue