diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..21fd3c8 --- /dev/null +++ b/.env.example @@ -0,0 +1,7 @@ +# Src Path +# The path to the source code directory +# This should be relative to the location of this .env file +# Example: SRC_PATH=./src +SRC_PATH=./src +# The IP address of your X server, e.g., 192.168.1.100 +DISPLAY_IP= \ No newline at end of file