We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ec4ae commit c19fac0Copy full SHA for c19fac0
markdown/articles/developer/flutter-fuchsia.md
@@ -13,7 +13,7 @@ Before you can deploy your Flutter app, you must register FImage's SSH configura
13
14
From inside the FImage directory, run
15
```bash
16
-export FUCHSIA_SSH_CONFIG="$PWD"/ssh/ssh_config
+export FUCHSIA_SSH_CONFIG="/path/to/fimage/ssh/ssh_config"
17
```
18
If you want the configuration to be persistent, add that command to your shell's init script.
19
### Step 2 - Add a Manifest to the Application
0 commit comments