Skip to content

Commit

Permalink
Merge pull request #1 from biplab37/main-1
Browse files Browse the repository at this point in the history
updated readme
  • Loading branch information
biplab37 authored Mar 4, 2024
2 parents 33b1cc2 + e6d6ace commit c833038
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ This Package contains some of the useful functions that I often use in my code.

## Usage

Add the package using `Pkg`
Add the package from REPL

```julia-repl
]add https://github.com/biplab37/UsefulFunctions.jl
```
then start using it
or using `Pkg`
```julia
import Pkg; Pkg.add(url="https://github.com/biplab37/UsefulFunctions.jl")
```
then start using it with

```julia-repl
using UsefulFunctions
Expand Down

0 comments on commit c833038

Please sign in to comment.