Rename project (#26)

* Change name to "tealdeer"
* Rename repository as well
* Add logo
This commit is contained in:
Danilo Bargen 2016-04-16 10:20:16 +02:00
commit 6398f6594f
7 changed files with 76 additions and 14 deletions

View file

@ -46,11 +46,11 @@ impl Cache {
}
};
// Otherwise, fall back to ~/.cache/tldr-rs
// Otherwise, fall back to ~/.cache/tealdeer
let home_dir = try!(env::home_dir().ok_or(
CacheError("Could not determine home directory".into())
));
Ok(home_dir.join(".cache").join("tldr-rs"))
Ok(home_dir.join(".cache").join("tealdeer"))
}
/// Download the archive