Skip to content

Commit 2a363c0

Browse files
committed
chore: bump version
1 parent 51c3584 commit 2a363c0

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "magnet"
3-
version = "0.0.1"
3+
version = "0.2.0"
44
edition = "2021"
55
authors = ["r3drun3@noneofyourbusiness.com"]
66
description = "Magnet — purple-team telemetry & simulation toolkit."

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,15 @@ This module demonstrates its value for testing detection rules and behavioral an
3838

3939
## Quickstart
4040

41-
Donwload the release from github:
41+
Donwload the [*release*](https://github.com/r3drun3/magnet/releases/) from github, for example:
4242
```bash
43-
curl -L -o magnet.zip https://github.com/r3drun3/magnet/releases/latest/download/magnet-windows-x86_64.zip
44-
Expand-Archive magnet.zip -DestinationPath magnet
45-
cd magnet
43+
curl -L -o magnet.zip https://github.com/R3DRUN3/magnet/releases/download/v0.2.0/magnet-v0.2.0-windows-x86_64.zip
4644
```
45+
Extract the archive and you are ready to go!
4746

4847

4948

50-
Compile locally:
49+
or compile locally:
5150

5251
For Windows:
5352
```bash

0 commit comments

Comments
 (0)