Skip to content

Commit 1b76be7

Browse files
committed
update: usage
1 parent 51ee572 commit 1b76be7

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

documents/USE.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,17 @@ linux/macos (windows is completely different)
1414

1515
### install
1616

17-
1. Copy and download file `createhackenv.sh` to your environment
17+
1. Copy and download file `createhackenv.zip` to your environment
1818

19-
> no other files needed only `createhackenv.sh`
19+
> no other files needed only `createhackenv.zip`
2020
2121
2. Source it directly or add it to your `.zshrc` file
2222

2323
```zsh
24-
source createhackenv.sh
24+
unzip createhackenv.zip
2525

26-
# Optional
27-
# Create alias for createhack
28-
29-
alias weaponize-vsc=createhack
26+
./installere.sh
27+
# it will install the scripts and history files in ~/.local/weapon folder
3028
```
3129

3230
3. Create a templated hacking project folder with it

0 commit comments

Comments
 (0)