diff --git a/README.md b/README.md index 976892075a..1fc7cccd2d 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,11 @@ most Windows users.) rust-just pipx install rust-just + + Snap + just + snap install --edge --classic just + diff --git a/snapcraft.yaml b/snapcraft.yaml deleted file mode 100644 index 5da4c06200..0000000000 --- a/snapcraft.yaml +++ /dev/null @@ -1,32 +0,0 @@ -base: core22 -confinement: classic -contact: casey@rodarmor.com -description: Just is a handy way to save and run project-specific commands. -grade: stable -icon: icon.png -issues: https://github.com/casey/just/issues -license: CC0-1.0 -name: just -source-code: https://github.com/casey/just -summary: Just a command runner -version: '1.2.0' -website: https://just.systems - -apps: - just: - command: bin/just - completer: just.bash - -parts: - just: - plugin: rust - source-depth: 1 - source-tag: '1.2.0' - source-type: git - source: https://github.com/casey/just - - completions: - plugin: dump - source: completions - stage: - - just.bash