Skip to content

Commit 6db5ae7

Browse files
Update references from fossil-jellyfish to fossil-ai
1 parent 768bc82 commit 6db5ae7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,30 +33,30 @@ To get started, ensure you have the following installed:
3333

3434
#### Adding via Meson Git Wrap
3535

36-
To add a git-wrap, place a `.wrap` file in `subprojects` with the Git repo URL and revision, then use `dependency('fossil-jellyfish')` in `meson.build` so Meson can fetch and build it automatically.
36+
To add a git-wrap, place a `.wrap` file in `subprojects` with the Git repo URL and revision, then use `dependency('fossil-ai')` in `meson.build` so Meson can fetch and build it automatically.
3737

3838
#### Adding via Conan GitHub repository
3939

4040
packages directly from a GitHub repository if it contains a valid `conanfile.py`.
4141

4242
```bash
43-
conan install git+https://github.com/fossillogic/fossil-jellyfish.git#v0.1.4 --name fossil_jellyfish --build=missing
43+
conan install git+https://github.com/fossillogic/fossil-ai.git#v0.1.4 --name fossil_ai --build=missing
4444
```
4545

4646
#### Integrate the Dependency:
4747

48-
Add the `fossil-jellyfish.wrap` file in your `subprojects` directory and include the following content:
48+
Add the `fossil-ai.wrap` file in your `subprojects` directory and include the following content:
4949

5050
```ini
5151
[wrap-git]
52-
url = https://github.com/fossillogic/fossil-jellyfish.git
52+
url = https://github.com/fossillogic/fossil-ai.git
5353
revision = v0.1.4
5454

5555
[provide]
56-
dependency_names = fossil-jellyfish
56+
dependency_names = fossil-ai
5757
```
5858

59-
**Note**: For the best experience, always use the latest releases. Visit the [releases](https://github.com/fossillogic/fossil-jellyfish/releases) page for the latest versions.
59+
**Note**: For the best experience, always use the latest releases. Visit the [releases](https://github.com/fossillogic/fossil-ai/releases) page for the latest versions.
6060

6161
## Configure Options
6262

0 commit comments

Comments
 (0)