File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,11 @@ Or download the [latest release](https://github.com/ncruces/RethinkRAW/releases/
16
16
17
17
## Build
18
18
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)
23
24
24
25
## Features
25
26
@@ -41,17 +42,21 @@ To achieve this, RethinkRAW leverages the free
41
42
42
43
RethinkRAW can act like a server that you can access remotely.
43
44
45
+ On Windows run:
46
+
47
+ [PATH_TO]\RethinkRAW.com --password [SECRET] [DIRECTORY]
48
+
44
49
On macOS run:
45
50
46
51
/Applications/RethinkRAW.app/Contents/Resources/rethinkraw-server --password [SECRET] [DIRECTORY]
47
52
48
- On Windows run:
53
+ Elsewhere run:
49
54
50
- [PATH_TO]\RethinkRAW.com --password [SECRET] [DIRECTORY]
55
+ [PATH_TO]/rethinkraw-server --password [SECRET] [DIRECTORY]
51
56
52
57
You can edit photos in ` DIRECTORY ` by visiting:
53
58
- 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)
55
60
56
61
## Screenshots
57
62
You can’t perform that action at this time.
0 commit comments