Skip to content

Commit 4694601

Browse files
Merge pull request #1494 from kz6fittycent/master
Updated snap to core20 and edited README
2 parents 66a0908 + 79a06c3 commit 4694601

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,12 @@ To install the slcli snap:
6060

6161
.. code-block:: bash
6262
63-
$ sudo snap install slcli
63+
$ sudo snap install slcli
64+
65+
(or to get the latest release)
66+
67+
$ sudo snap install slcli --edge
68+
6469
6570
6671

snap/snapcraft.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ description: |
66
77
license: MIT
88

9-
base: core18
9+
base: core20
1010
grade: stable
1111
confinement: strict
1212

1313
apps:
1414
slcli:
15-
command: slcli
15+
command: bin/slcli
1616
environment:
1717
LC_ALL: C.UTF-8
1818
plugs:
@@ -25,7 +25,6 @@ parts:
2525
source: https://github.com/softlayer/softlayer-python
2626
source-type: git
2727
plugin: python
28-
python-version: python3
2928
override-pull: |
3029
snapcraftctl pull
3130
snapcraftctl set-version "$(git describe --tags | sed 's/^v//')"
@@ -34,4 +33,4 @@ parts:
3433
- python3
3534

3635
stage-packages:
37-
- python3
36+
- python3

0 commit comments

Comments
 (0)