We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ee572 commit 1b76be7Copy full SHA for 1b76be7
documents/USE.md
@@ -14,19 +14,17 @@ linux/macos (windows is completely different)
14
15
### install
16
17
-1. Copy and download file `createhackenv.sh` to your environment
+1. Copy and download file `createhackenv.zip` to your environment
18
19
-> no other files needed only `createhackenv.sh`
+> no other files needed only `createhackenv.zip`
20
21
2. Source it directly or add it to your `.zshrc` file
22
23
```zsh
24
-source createhackenv.sh
+unzip createhackenv.zip
25
26
-# Optional
27
-# Create alias for createhack
28
-
29
-alias weaponize-vsc=createhack
+./installere.sh
+# it will install the scripts and history files in ~/.local/weapon folder
30
```
31
32
3. Create a templated hacking project folder with it
0 commit comments