Skip to content

Commit

Permalink
Updated wrong references on readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanninocco committed Nov 4, 2023
1 parent 9d5d81c commit 9452488
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 20 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ Here are a few ways by which you can support.

This project exists thanks to all the people who contribute. [Submit your PR and join the team!](CONTRIBUTING.md)

[![genocs contributors](https://contrib.rocks/image?repo=Genocs/microservice-template "genocs contributors")](https://github.com/Genocs/clean-architecture-template/graphs/contributors)
[![genocs contributors](https://contrib.rocks/image?repo=Genocs/microservice-template "genocs contributors")](https://github.com/Genocs/microservice-template/graphs/contributors)

## Financial Contributors

Expand Down
27 changes: 8 additions & 19 deletions README_NUGET.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ Genocs .NET Web API Microservice Template is a starting point for your next `.NE
The template can be used with the `genocs cli` or `dotnet new` command or with the `Visual Studio 2022` or `Visual Studio Code` IDEs.


## YouTube Video - Genocs Library - Getting Started

Watch the Getting started video here: [youtube intro](https://www.youtube.com/watch?v=TgxDvU---Ak)
Expand Down Expand Up @@ -323,20 +322,6 @@ To destroy the deployed resources, run the following
make td
```

## How to build the template

Check nuget is installed on your machine. To download nuget, visit [nuget.org](https://www.nuget.org/downloads)

- Download the nuget latest version. at the time of writing this, the latest version is nuget.exe v6.7.0
- Add the nuget.exe to your PATH environment variable.
- run the following commands

```bash
nuget pack ./src/Package.Template.nuspec -NoDefaultExcludes -OutputDirectory ./out -Version {{semver}}
dotnet new install ./out/Genocs.Microservice.Template.{{semver}}.nupkg
dotnet new gnx-microservice --help
dotnet new gnx-microservice --name {{CompanyName.ProjectName.ServiceName}}
```

## Links & Documentations

Expand All @@ -348,10 +333,9 @@ dotnet new gnx-microservice --name {{CompanyName.ProjectName.ServiceName}}

[Participate in QNA & General Discussions](https://github.com/Genocs/microservice-template/discussions)


## Changelogs

View Complete [Changelogs](https://github.com/Genocs/microservice-template/blob/main/CHANGELOGS.md).
View Complete [Changelogs](https://github.com/Genocs/microservice-template/blob/main/CHANGELOG.md).

## License

Expand All @@ -371,12 +355,17 @@ Here are a few ways by which you can support.

- ⭐ Leave a star!
- 🥇 Recommend this project to your colleagues.
- 🦸 Do consider endorsing me on LinkedIn for ASP.NET Core - [Connect via LinkedIn](https://www.linkedin.com/in/giovanni-emanuele-nocco-b31a5169/)
- 🦸 Do consider endorsing me on LinkedIn for ASP.NET Core - [Connect via LinkedIn](https://www.linkedin.com/in/giovanni-emanuele-nocco-b31a5169/)
- ☕ If you want to support this project in the long run, [consider buying me a coffee](https://www.buymeacoffee.com/genocs)!


[![buy-me-a-coffee](https://raw.githubusercontent.com/Genocs/clean-architecture-template/main/assets/buy-me-a-coffee.png "buy me a coffee")](https://www.buymeacoffee.com/genocs)
[![buy-me-a-coffee](https://raw.githubusercontent.com/Genocs/microservice-template/main/assets/buy-me-a-coffee.png "buy me a coffee")](https://www.buymeacoffee.com/genocs)

## Code Contributors

This project exists thanks to all the people who contribute. [Submit your PR and join the team!](CONTRIBUTING.md)

[![genocs contributors](https://contrib.rocks/image?repo=Genocs/microservice-template "genocs contributors")](https://github.com/Genocs/microservice-template/graphs/contributors)

## Financial Contributors

Expand Down

0 comments on commit 9452488

Please sign in to comment.