File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -7,30 +7,34 @@ make it a single command to run for local use.
77
88The [ official install options] ( https://docs.searxng.org/admin/installation.html ) for
99SearXNG are a bit complex and assume admin privileges to set up.
10- This can be simplified a lot if you' re just wanting to run it locally for your own use.
10+ This can be simplified a lot if you’ re just wanting to run it locally for your own use.
1111
1212SimpleXNG is a tiny package to run SearXNG locally on macOS, Linux, or Windows.
1313
14- I wrote this since a friend was asking me why it wasn' t easier to set up for " localhost"
14+ I wrote this since a friend was asking me why it wasn’ t easier to set up for “ localhost”
1515use or embedded use.
16- I thought I' d see if it worked as a minimal, modern uv package.
16+ I thought I’ d see if it worked as a minimal, modern uv package.
1717
1818## Running
1919
20- 1 . [ Install uv] ( https://docs.astral.sh/uv/getting-started/installation/ ) if you haven' t
20+ 1 . [ Install uv] ( https://docs.astral.sh/uv/getting-started/installation/ ) if you haven’ t
2121 already.
2222
23- 2 . Install:
23+ 2 . Install and run :
2424
2525 ``` shell
2626 uv tool install --upgrade simplexng
27+ simplexng --open
2728 ```
28- 3 . Run it:
29+
30+ Or if you’re in a hurry, in one line:
2931
3032 ``` shell
31- simplexng --open
33+ uvx --upgrade simplexng --open
3234 ```
3335
36+ This will install the latest version of SimpleXNG and open it in your browser.
37+
3438See more options:
3539
3640``` shell
@@ -63,7 +67,9 @@ simplexng --help
6367 uv run simplexng
6468 ```
6569
66- - Note this code and SearXNG are AGPL-3.0 licensed.
70+ ## License
71+
72+ This code and SearXNG are AGPL-3.0 licensed.
6773
6874* * *
6975
You can’t perform that action at this time.
0 commit comments