Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abishekk92 authored Jul 18, 2023
1 parent dcfd2b6 commit 79c8966
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions programs/gpl_session/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,17 @@ Manage sessions in your Solana Anchor Programs.

# Installation


```bash
cargo add gpl-session --features no-entrypoint
```

If you're using anchor 0.26.0

```bash
cargo add gpl-session@0.2.0 --features no-entrypoint
```

# Usage

1. Import the dependencies
Expand Down

0 comments on commit 79c8966

Please sign in to comment.