Skip to content

Commit 73ccb1c

Browse files
migrated to codeberg
1 parent d3e05ae commit 73ccb1c

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
> [!IMPORTANT]
2+
> flix-cli has moved to [codeberg](https://codeberg.org/s-warn/flix-cli), no pull requests will be accepted through GitHub anymore.
3+
14
<h1 align="center">
25
FLIX-CLI
36
</h1>
@@ -53,7 +56,7 @@
5356
- [Honourable Mentions](#honourable-mentions)
5457

5558
# Installation
56-
<i>for dependencies <a href="https://github.com/DemonKingSwarn/flix-cli#dependencies">(see below)</a>.</i>
59+
<i>for dependencies <a href="https://codeberg.org/s-warn/flix-cli#dependencies">(see below)</a>.</i>
5760

5861
This project can be installed on to your device via different mechanisms, these mechanisms are listed below in the order of ease.
5962

@@ -95,7 +98,7 @@ First ensure <a href="https://docs.astral.sh/uv/getting-started/installation/">U
9598
Then run the following command:
9699

97100
```sh
98-
git clone https://github.com/demonkingswarn/flix-cli.git \
101+
git clone https://codeberg.org/s-warn/flix-cli.git \
99102
&& cd flix-cli \
100103
&& uv sync \
101104
&& uv pip install -e . \
@@ -104,7 +107,7 @@ git clone https://github.com/demonkingswarn/flix-cli.git \
104107

105108
**Alternative with Poetry** (legacy):
106109
```sh
107-
git clone https://github.com/demonkingswarn/flix-cli.git \
110+
git clone https://codeberg.org/s-warn/flix-cli.git \
108111
&& cd flix-cli \
109112
&& poetry build \
110113
&& pip install -e . \

0 commit comments

Comments
 (0)