docs(readme): URL de clone canónica git.tawasuyu.net/tawasuyu (era gitea.gioser.net/sergio)
el clone/deps del README apuntaban al brand viejo (host gitea.gioser.net + org sergio). corregido al canónico del rebrand — git.tawasuyu.net/tawasuyu/llimphi — para que el `git clone` del launch no falle. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -17,7 +17,7 @@ Philosophy: **widgets aren't designed against mockups; they're designed with wha
|
||||
## Quick start
|
||||
|
||||
```sh
|
||||
git clone https://gitea.gioser.net/sergio/llimphi.git
|
||||
git clone https://git.tawasuyu.net/tawasuyu/llimphi.git
|
||||
cd llimphi
|
||||
cargo run -p llimphi-ui --example counter # ~124 LOC: the full Elm loop on screen
|
||||
```
|
||||
@@ -26,10 +26,10 @@ cargo run -p llimphi-ui --example counter # ~124 LOC: the full Elm loop on scr
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
llimphi-ui = { git = "https://gitea.gioser.net/sergio/llimphi.git" }
|
||||
llimphi-theme = { git = "https://gitea.gioser.net/sergio/llimphi.git" }
|
||||
llimphi-ui = { git = "https://git.tawasuyu.net/tawasuyu/llimphi.git" }
|
||||
llimphi-theme = { git = "https://git.tawasuyu.net/tawasuyu/llimphi.git" }
|
||||
# widgets are one crate each — pull only what you use:
|
||||
llimphi-widget-button = { git = "https://gitea.gioser.net/sergio/llimphi.git" }
|
||||
llimphi-widget-button = { git = "https://git.tawasuyu.net/tawasuyu/llimphi.git" }
|
||||
```
|
||||
|
||||
## Compatibility
|
||||
|
||||
Reference in New Issue
Block a user