Compare commits

...

5 Commits

Author SHA1 Message Date
4d122ee379 Update whit_install.sh 2025-06-03 23:03:35 +00:00
0c23f3cbb4 Update README.md 2025-06-03 22:57:23 +00:00
68e986b2e3 Update README.md 2025-06-03 22:56:55 +00:00
f6bab5c6ae Update README.md 2025-06-03 22:53:43 +00:00
3009f642f5 Update README.md 2025-06-03 22:50:22 +00:00
2 changed files with 15 additions and 2 deletions

View File

@@ -1,3 +1,15 @@
# WHIT
Web Hosted Image Technology
Web Hosted Image Technology
Terminal version:
git clone https://git.thefinaldreams.com/Kewitt/WHIT.git
80%
GUI version:
git clone -b GUI https://git.thefinaldreams.com/Kewitt/WHIT.git ; chmod +x ./WHIT/whit_install.sh ; ./WHIT/whit_install.sh
10%

View File

@@ -37,4 +37,5 @@ sed -i "s/#alias l='ls -CF'/alias ll='ls -CFl'/g" /home/$USER/.bashrc
#add configure and run to .bashrc
cat ./install/bashrcinfo >> /home/$USER/.bashrc
cat /home/$USER/WHIT/install/bashrcinfo >> /home/$USER/.bashrc