diff options
author | Jesús <heckyel@hyperbola.info> | 2021-02-10 13:52:52 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-02-10 13:52:52 -0500 |
commit | 7e95c3b667a1b353f8275db886203f272bfcce34 (patch) | |
tree | aefe3b7db69ac78b83b79a70cf43401679812d20 /HACKING.md | |
download | hyperterm-7e95c3b667a1b353f8275db886203f272bfcce34.tar.lz hyperterm-7e95c3b667a1b353f8275db886203f272bfcce34.tar.xz hyperterm-7e95c3b667a1b353f8275db886203f272bfcce34.zip |
first commit
Diffstat (limited to 'HACKING.md')
-rw-r--r-- | HACKING.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/HACKING.md b/HACKING.md new file mode 100644 index 0000000..26b0252 --- /dev/null +++ b/HACKING.md @@ -0,0 +1,9 @@ +## Hacking + +1. Generate sha512sum + + - `git clone https://notabug.org/heckyel/hyperterm "$HOME/bash"` + + - `cd "$HOME/bash/"` + + - `bash ./build.sh` |