Skip to content

Commit

Permalink
Update Changelog & Installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
barriosnahuel committed Oct 23, 2021
1 parent 013c53b commit e9885ef
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v2.7.1
## Changed
- Homebrew installation script upgraded to bash version.
- JDK moved before Android setup.

## Fixed
- Minor logging fixes

# v2.7.0
## Added
- `cloner.sh` alias when installing GIT.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ So you will have 3 tabs:
Tip: For CMD lovers...

```
wget --content-disposition https://codeload.github.com/barriosnahuel/efu/zip/v2.7.0 \
&& unzip efu-2.7.0.zip \
&& rm -rf efu-2.7.0.zip \
&& cd efu-2.7.0 \
wget --content-disposition https://codeload.github.com/barriosnahuel/efu/zip/v2.7.1 \
&& unzip efu-2.7.1.zip \
&& rm -rf efu-2.7.1.zip \
&& cd efu-2.7.1 \
&& sh install.sh ubuntu
```

Expand Down

0 comments on commit e9885ef

Please sign in to comment.