From db8f668b4b2e809249fb0227050d3c4c244237fc Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Tue, 20 Aug 2024 20:54:10 +0300 Subject: [PATCH] Add readme.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..384576c --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Axum Template + +This repository contains templates for bootstrapping a Rust Web application with Axum. + +## Getting Started + +1. Install [`cargo-generate`](https://github.com/cargo-generate/cargo-generate#installation) + + ```shell + cargo install cargo-generate + ``` + +2. Create a new app based on this repository: + + ```shell + cargo generate kristoferssolo/axum-template + ```