Skip to content

Commit

Permalink
Update instructions (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
svilupp authored Apr 30, 2024
1 parent 3763b5c commit 940233f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ AIHelpMe harnesses the power of Julia's extensive documentation and advanced AI

## Installation

To install AIHelpMe, use the Julia package manager and the address of the repository (it's not yet registered):
To install AIHelpMe, use the Julia package manager and the package name:

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

**Prerequisites:**
Expand Down
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ Most importantly, AIHelpMe is designed to be uniquely yours! You can customize t

## Getting Started

To install AIHelpMe, use the Julia package manager and the address of the repository (it's not yet registered):
To install AIHelpMe, use the Julia package manager and the package name:

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

You'll need to have the OpenAI API key with charged credit (see the [How to Obtain API Keys](@ref)).
Expand Down
4 changes: 2 additions & 2 deletions docs/src/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ That is why you have to be careful changing the RAG pipeline configuration - alw

## Installation

To install AIHelpMe, use the Julia package manager and the address of the repository (it's not yet registered):
To install AIHelpMe, use the Julia package manager and the package name:

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

**Prerequisites:**
Expand Down

0 comments on commit 940233f

Please sign in to comment.