aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin <quentin@deuxfleurs.fr>2020-11-06 17:57:55 +0100
committerQuentin <quentin@deuxfleurs.fr>2020-11-06 17:57:55 +0100
commit7c3743ae2359ff3b8f512532b7b0109f4ffe4a68 (patch)
treecd7fbc72af72d5b8c2b03c93203f9d3d7169ec8f
parent6d9ea43e9aad508380295b806347d202ba1c1882 (diff)
downloadgarage-7c3743ae2359ff3b8f512532b7b0109f4ffe4a68.tar.gz
garage-7c3743ae2359ff3b8f512532b7b0109f4ffe4a68.zip
Replace tabs with spacesfeature/on-boarding
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 876653d6..816a1c95 100644
--- a/README.md
+++ b/README.md
@@ -18,9 +18,9 @@ Our main use case is to provide a distributed storage layer for small-scale self
## Development
- 1. Setup a rust/cargo environment
- 2. Run `cargo build` to build the project
- 3. Run `RUST_BACKTRACE=1 RUST_LOG=garage=debug ./target/debug/garage server -c ./config.dev.toml` to launch a garage test instance (data will be saved in `/tmp`, no encryption, only one instance)
+ 1. Setup a rust/cargo environment
+ 2. Run `cargo build` to build the project
+ 3. Run `RUST_BACKTRACE=1 RUST_LOG=garage=debug ./target/debug/garage server -c ./config.dev.toml` to launch a garage test instance (data will be saved in `/tmp`, no encryption, only one instance)
## Setting up Garage