Skip to content

Commit

Permalink
Update README about Solana installation
Browse files Browse the repository at this point in the history
  • Loading branch information
kbiala committed Nov 8, 2024
1 parent a4b0af7 commit 70623e0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,14 @@ To enable copying records to staging database set copy_records_to_stage in crede
https://docs.solana.com/cli/install-solana-cli-tools

### Installation
`sh -c "$(curl -sSfL https://release.solana.com/v<version>/install)"`

### Upgrade
`solana-install init <version>`
```
wget https://raw.githubusercontent.com/anza-xyz/agave/v<version>/install/agave-install-init.sh
bash agave-install-init.sh v2.0.15
solana --version
```

### Check current version
`solana -V`
`solana -V` or `solana --version`

## Attribute Encryption
Attribute encryption on models is required for any attribute that contains personal information or other sensitive
Expand Down

0 comments on commit 70623e0

Please sign in to comment.