Update running.md
This commit is contained in:
parent
c300239b7a
commit
a0f8946a5b
@ -106,13 +106,12 @@ If you are having problems connecting to OpenRefine with your browser, [check ou
|
|||||||
|
|
||||||
When you run OpenRefine from a command line, you can change a number of default settings.
|
When you run OpenRefine from a command line, you can change a number of default settings.
|
||||||
|
|
||||||
You cannot start the Mac version with modifications using Terminal, but you can modify the way the application starts with [settings within files](#modifications-set-within-files).
|
|
||||||
|
|
||||||
<Tabs
|
<Tabs
|
||||||
groupId="operating-systems"
|
groupId="operating-systems"
|
||||||
defaultValue="win"
|
defaultValue="win"
|
||||||
values={[
|
values={[
|
||||||
{label: 'Windows', value: 'win'},
|
{label: 'Windows', value: 'win'},
|
||||||
|
{label: 'Mac', value: 'mac'},
|
||||||
{label: 'Linux', value: 'linux'}
|
{label: 'Linux', value: 'linux'}
|
||||||
]
|
]
|
||||||
}>
|
}>
|
||||||
@ -138,6 +137,12 @@ Get a list of all the commands with `refine /?`.
|
|||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
|
||||||
|
<TabItem value="mac">
|
||||||
|
|
||||||
|
You cannot start the Mac version with modifications using Terminal, but you can modify the way the application starts with [settings within files](#modifications-set-within-files).
|
||||||
|
|
||||||
|
</TabItem>
|
||||||
|
|
||||||
<TabItem value="linux">
|
<TabItem value="linux">
|
||||||
|
|
||||||
To see the full list of command-line options, run `./refine -h`.
|
To see the full list of command-line options, run `./refine -h`.
|
||||||
|
Loading…
Reference in New Issue
Block a user