|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
# Rebar Quickstart
|
|
|
|
|
# Seed Quickstart
|
|
|
|
|
|
|
|
|
|
To get started with Rebar, clone this repo, and make the following changes:
|
|
|
|
|
To get started with, clone this repo, and make the following changes:
|
|
|
|
|
|
|
|
|
|
- Rename your crate in `Cargo.toml` (The `name` field under `[Package]`)
|
|
|
|
|
|
|
|
|
@ -9,5 +9,3 @@ crate's name
|
|
|
|
|
|
|
|
|
|
- Make the same replacement in either `build.sh`, or `build.ps1`, depending on your
|
|
|
|
|
operating system (`.sh` for Linux, `.ps` for Windows). You may delete the other one
|
|
|
|
|
|
|
|
|
|
You may also wish to replace the contents of this file.
|