Skip to content

Commit

Permalink
doc: New website banner (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
titom73 authored Dec 15, 2024
1 parent c5a2e1f commit a8657c1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -350,4 +350,6 @@ tester.py

eos_downloader/debug.py
data.xml
.envrc
.envrc

*.webp
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

A project to download Arista softwares to local folder, Cloudvision or EVE-NG. It comes in 2 way: a framework with object to automate Arista software download and a CLI for human activities.

<img src='imgs/readme-7.png' class="center" />

> [!CAUTION]
> This script should not be deployed on EOS device. If you do that, there is no support to expect from Arista TAC team.
Expand All @@ -21,8 +23,6 @@ pip install eos-downloader
ardl --token <your-token> get eos --format 64 --latest --release-type M
```

<img src='imgs/readme.webp' width="800" height="600" class="center" />

## Author

From an original idea of [@Mark Rayson](https://github.com/Sparky-python) in [arista-netdevops-community/eos-scripts](https://github.com/arista-netdevops-community/eos-scripts)
Expand Down
Binary file added docs/imgs/readme-7.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 removed docs/imgs/readme.webp
Binary file not shown.

0 comments on commit a8657c1

Please sign in to comment.