Skip to content

Commit

Permalink
Merge pull request #14 from nishubharti/icon
Browse files Browse the repository at this point in the history
updated blast-radius version
  • Loading branch information
nishubharti authored Feb 25, 2021
2 parents 489a39c + 382c618 commit 2665e81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,12 @@ Use _Blast Radius_ to:
For fastest way to get up and running with blast-radius is as follows:

* Download and install the wheel files from the [release](https://github.com/nishubharti/blast-radius/releases)

```
copy the blastradius/server/static folder to the terraform directory
```
```
easy_install blastradius-0.1.25.2-py3-none-any.whl
easy_install blastradius-0.1.25.3-py3-none-any.whl
```
* Once installed just point Blast Radius at any initialized Terraform directory:
```sh
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='blastradius',
version='0.1.25.2',
version='0.1.25.3',
description='Interactive Terraform graph visualizations',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 2665e81

Please sign in to comment.