Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix install instruction #4

Merged
merged 1 commit into from
Mar 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To install AIHelpMe, use the Julia package manager and the address of the reposi

```julia
using Pkg
Pkg.add("https://github.com/svilupp/AIHelpMe.jl")
Pkg.add(url="https://github.com/svilupp/AIHelpMe.jl")
```

**Prerequisites:**
Expand Down Expand Up @@ -178,4 +178,4 @@ AIHelpMe is continuously evolving. Future updates may include:
- Enhancement of the marginal information provided by the RAG context.
- Expansion of content sources beyond docstrings, potentially including documentation sites and community resources like Discourse or Slack posts.

Please note that this is merely a pre-release to gauge the interest in this project.
Please note that this is merely a pre-release to gauge the interest in this project.