mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-27 02:20:40 +02:00
Rename project (#26)
* Change name to "tealdeer" * Rename repository as well * Add logo
This commit is contained in:
parent
542500f273
commit
6398f6594f
7 changed files with 76 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue