This commit is contained in:
partisan 2024-12-02 21:32:30 +01:00
parent 96b92fed5e
commit a17deb4af1
6 changed files with 27 additions and 87 deletions

View file

@ -76,7 +76,7 @@ A self-hosted private <a href="https://en.wikipedia.org/wiki/Metasearch_engine">
Linux:
```bash
git clone https://weforgecode.xyz/Spitfire/Search.git
git clone https://weforge.xyz/Spitfire/Search.git
cd Search
chmod +x ./run.sh
./run.sh
@ -85,7 +85,7 @@ chmod +x ./run.sh
Windows:
```powershell
git clone https://weforgecode.xyz/Spitfire/Search.git
git clone https://weforge.xyz/Spitfire/Search.git
cd Search
.\run.bat
```