Skip to content

Commit

Permalink
packaging snap
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson-numerical-software committed Oct 26, 2024
1 parent 4729062 commit e32d30b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion snap/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

```bash
NELSON_VERSION=$(grep -oP '"version": "\K[^"]+' package.json)

echo $NELSON_VERSION
```

```bash
Expand All @@ -14,6 +14,9 @@ Alternative:

```bash
sudo snapcraft clean
sudo rm -rf stage
sudo rm -rf parts
sudo rm -rf prime
sudo snapcraft --destructive-mode --verbose
```

Expand Down

0 comments on commit e32d30b

Please sign in to comment.