Skip to content

Commit 770c613

Browse files
committed
Small readme update.
1 parent c0149f3 commit 770c613

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

‎README.md‎

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,30 +7,34 @@ make it a single command to run for local use.
77

88
The [official install options](https://docs.searxng.org/admin/installation.html) for
99
SearXNG 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 youre just wanting to run it locally for your own use.
1111

1212
SimpleXNG 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 wasnt easier to set up for localhost
1515
use or embedded use.
16-
I thought I'd see if it worked as a minimal, modern uv package.
16+
I thought Id 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 havent
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+
3438
See 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

0 commit comments

Comments
 (0)