Fix the URL mess :(
This commit is contained in:
parent
f48926511c
commit
048932c8bc
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ An example of a weblit app that works for both luvi and luvit,
|
|||
using the lit package manager on the same codebase.
|
||||
|
||||
Mostly this was just an experiment, and I did it to figure this
|
||||
out for my bigger project, [napkin](https://kitsune.dev/n/napkin).
|
||||
out for my bigger project, [napkin](https://kitsunes.dev/n/napkin).
|
||||
|
||||
## Setting it up
|
||||
```shell
|
||||
|
@ -12,7 +12,7 @@ curl -L https://github.com/luvit/lit/raw/master/get-lit.sh | sh
|
|||
cp luvi luvit lit ~/.local/bin
|
||||
|
||||
# Get the repo
|
||||
git clone https://kitsune.dev/n/luddite
|
||||
git clone https://kitsunes.dev/n/luddite
|
||||
cd luvi-luvit-example
|
||||
|
||||
# Install dependencies
|
||||
|
|
|
@ -10,7 +10,7 @@ return {
|
|||
name = "Nelson Lopez",
|
||||
email = "darltrash@icloud.com"
|
||||
},
|
||||
homepage = "https://kitsunes.club/n/luddite",
|
||||
homepage = "https://kitsunes.dev/n/luddite",
|
||||
dependencies = {
|
||||
"creationix/weblit",
|
||||
"luvit/luvit"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue