mirror of
https://github.com/leptos-rs/book.git
synced 2025-12-27 10:01:41 -05:00
Set correct url for trunk template (#209)
`cargo generate` works but in browser I can see redirection to this url, so it might be correct version for repo url
This commit is contained in:
@@ -16,7 +16,7 @@ The `start-trunk` template requires that you have `Trunk` and `cargo-generate` i
|
||||
|
||||
To use the template to set up your project, just run
|
||||
|
||||
`cargo generate --git https://github.com/leptos-community/start-csr`
|
||||
`cargo generate --git https://github.com/leptos-rs/start-trunk`
|
||||
|
||||
then run
|
||||
|
||||
@@ -25,4 +25,4 @@ then run
|
||||
in the newly created app's directory to start developing your app.
|
||||
The Trunk server will reload your app on file changes, making development relatively seamless.
|
||||
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user