Improved Flipper update message message
Summary: In support group telling users to merely "pull" seemed to be a bit too vague instruction. Reviewed By: passy Differential Revision: D29225726 fbshipit-source-id: 5c0db1b2d3afd2a398d28caf3438f2959e5d46f1
This commit is contained in:
committed by
Facebook GitHub Bot
parent
3ee3bf39e9
commit
068b00c156
@@ -58,8 +58,9 @@ export default function UpdateIndicator() {
|
||||
) : (
|
||||
<>
|
||||
{' '}
|
||||
Pull <code>~/fbsource</code> and/or restart Flipper to
|
||||
update to the latest version.
|
||||
Run <code>arc pull</code> (optionally with{' '}
|
||||
<code>--latest</code>) in <code>~/fbsource</code> and
|
||||
restart Flipper to update to the latest version.
|
||||
</>
|
||||
)
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user