Skip to content

Commit

Permalink
docs: result install and uninstall icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucca Pessoa committed Aug 18, 2021
1 parent 2b1d406 commit 9b200f8
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@
1. Then try install:
```
choco install habbo -dv -s .
choco install habbo --version=1.0.31
```

1. Then try uninstall:
```
choco uninstall habbo -dv -s .
choco uninstall habbo --version=1.0.31
```

1. Then try push:
Expand All @@ -27,6 +29,28 @@

Then submit a PR!

## Results

### Install

<div align="center">

<p align="center">
<img alt="install" src="./icons/chocolatey-install.PNG" width="450px" float="center"/>
</p>

</div>

### Uninstall

<div align="center">

<p align="center">
<img alt="uninstall" src="./icons/chocolatey-uninstall.PNG" width="450px" float="center"/>
</p>

</div>

## Links

- https://docs.chocolatey.org/en-us/create/create-packages-quick-start
Expand Down
Binary file added package/icons/chocolatey-install.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added package/icons/chocolatey-uninstall.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9b200f8

Please sign in to comment.