Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,14 @@ Use this repository as a GitHub template to quickly start a new Rust project.
## Getting Started

1. Create a new repository using this template
2. Clone your repository and run the rename script:
- **Linux/macOS:** `./rename-project.sh`
- **Windows:** `.\rename-project.ps1`
2. Clone your repository and run the bootstrap command:
```bash
cargo xtask bootstrap
```
Or with arguments:
```bash
cargo xtask bootstrap --project-name my-project --github-account my-username
```
3. Follow the prompts, review changes, and commit
4. Start building your project!

Expand Down
133 changes: 0 additions & 133 deletions rename-project.ps1

This file was deleted.

144 changes: 0 additions & 144 deletions rename-project.sh

This file was deleted.

Loading