update README and Makefile
This commit is contained in:
@@ -2,9 +2,7 @@ first:
|
||||
gcc src/main.c -o main
|
||||
|
||||
install:
|
||||
echo "alias wordle='$(realpath build/main)'" >> ~/.bashrc
|
||||
echo "WORDLE_PATH='$(realpath build/main)'" >> ~/.bashrc
|
||||
export WORDLE_PATH
|
||||
echo "alias wordlec='$(realpath main)'" >> ~/.bashrc
|
||||
source ~/.bashrc
|
||||
run:
|
||||
./build/main
|
||||
./main
|
||||
Reference in New Issue
Block a user