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 72f9578 commit 065c974Copy full SHA for 065c974
installer.sh
@@ -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