Skip to content

Commit

Permalink
Updating docs and ext for windows
Browse files Browse the repository at this point in the history
Signed-off-by: Dusan Malusev <malusevd99@gmail.com>
  • Loading branch information
Dusan Malusev committed Apr 30, 2021
1 parent bbe4a54 commit 37f27f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -101,5 +101,5 @@ jobs:
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: ./bin/hosts.exe
asset_name: hosts-${{ matrix.os }}-${{ steps.git_tag.outputs.tag }}
asset_name: hosts-windows-${{ steps.git_tag.outputs.tag }}.exe
asset_content_type: application/octet-stream
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -11,7 +11,7 @@ This program is designed for developers to help them manage host files, which th

# Installation

1. Download from [Releases page](https://github.com/BrosSquad/hosts/releases/tag/v2.3.1).
1. Download from [Releases page](https://github.com/BrosSquad/hosts/releases/tag/v2.3.2).


2. Building from Source
Expand All @@ -20,7 +20,7 @@ This program is designed for developers to help them manage host files, which th

```sh
$ git clone https://github.com/BrosSquad/hosts.git hosts && cd hosts
$ git checkout tags/v2.3.1 -b v2.3.1
$ git checkout tags/v2.3.2 -b v2.3.2
$ make build VERSION=2.0.3 ENVIRONMENT=production RACE=0
$ make install
```
Expand Down

0 comments on commit 37f27f5

Please sign in to comment.