Skip to content

Commit b712f46

Browse files
committed
Update README.md
1 parent b1a42a5 commit b712f46

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ Or download the [latest release](https://github.com/ncruces/RethinkRAW/releases/
1616

1717
## Build
1818

19-
Run
20-
[`make.cmd`](https://github.com/ncruces/RethinkRAW/blob/master/make.cmd) (Windows),
21-
[`make.sh`](https://github.com/ncruces/RethinkRAW/blob/master/make.sh) (macOS), or
22-
[`make_wine.sh`](https://github.com/ncruces/RethinkRAW/blob/master/make_wine.sh) (elsewhere).
19+
Download and unpack the [latest source code](https://github.com/ncruces/RethinkRAW/releases/latest)
20+
and run:
21+
- [`./make.cmd`](https://github.com/ncruces/RethinkRAW/blob/master/make.cmd) (on Windows)
22+
- [`./make.sh`](https://github.com/ncruces/RethinkRAW/blob/master/make.sh) (on macOS) or
23+
- [`./make_wine.sh`](https://github.com/ncruces/RethinkRAW/blob/master/make_wine.sh) (elsewhere)
2324

2425
## Features
2526

@@ -41,17 +42,21 @@ To achieve this, RethinkRAW leverages the free
4142

4243
RethinkRAW can act like a server that you can access remotely.
4344

45+
On Windows run:
46+
47+
[PATH_TO]\RethinkRAW.com --password [SECRET] [DIRECTORY]
48+
4449
On macOS run:
4550

4651
/Applications/RethinkRAW.app/Contents/Resources/rethinkraw-server --password [SECRET] [DIRECTORY]
4752

48-
On Windows run:
53+
Elsewhere run:
4954

50-
[PATH_TO]\RethinkRAW.com --password [SECRET] [DIRECTORY]
55+
[PATH_TO]/rethinkraw-server --password [SECRET] [DIRECTORY]
5156

5257
You can edit photos in `DIRECTORY` by visiting:
5358
- http://local.app.rethinkraw.com:39639 (on the same computer) or
54-
- http://127.0.0.1:39639 (replacing ***127.0.0.1*** by your IP address).
59+
- http://127.0.0.1:39639 (replacing ***127.0.0.1*** by your IP address)
5560

5661
## Screenshots
5762

0 commit comments

Comments
 (0)