Skip to content

Commit 065c974

Browse files
committed
Created installer
1 parent 72f9578 commit 065c974

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

installer.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/bash
2+
3+
mkdir $HOME/.http-request-creator
4+
mkdir $HOME/.http-request-creator/bin
5+
6+
go build
7+
mv http-request-creator request-creator
8+
9+
mv request-creator $HOME/.http-request-creator/bin
10+
11+
echo "Now add to the .bashrc or .zshrc command: export PATH=\$PATH:\$HOME/.http-request-creator-bin"
12+
echo "To use http-request-creator use command: request-creator"

0 commit comments

Comments
 (0)