Skip to content

Commit

Permalink
Merge pull request #2925 from balena-io/vipulgupta2048/improve-whatyo…
Browse files Browse the repository at this point in the history
…uneed

patch: Improve Whatyouneed section in Getting Started
  • Loading branch information
flowzone-app[bot] authored Feb 28, 2024
2 parents 86621e1 + 6d3b875 commit 40530b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pages/learn/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ When complete, after a minute or two the device should appear on your {{$names.c

## Install the {{ $names.cli.lower }}

Now that a device online in your fleet, it's time to deploy some code. We will use the {{ $names.cli.lower }} for this. Follow the instructions below to install balenaCLI for the operating system available on your system.
Now that a device online in your fleet, it's time to deploy some code. We will use the {{ $names.cli.lower }} for this. Follow the instructions below to install balenaCLI for the operating system available on your system. Skip the next part if you have balena CLI already installed.

{{import "getting-started/cliInstructions"}}

Expand Down
10 changes: 5 additions & 5 deletions shared/getting-started/whatYouNeed/_default.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<!-- Once device images are available in device contracts this can be uncommented -->
<!-- <img height=150px style="float: right;padding-left: 10px;" src="/img/{{ $device.id }}/{{ $device.id }}.jpg" width="30%"> -->

* The device: {{ $device.name }}. Checkout our [supported devices list][supportedDevicesList].
* A tool to flash the new operating system on to the device. We recommend [Etcher](https://www.balena.io/etcher).
* A way of connecting the device to the internet, either through wifi (if available) or ethernet cable.
* Your {{ $device.name }} device you want to get started with. Check out all of our [supported devices][supportedDevicesList].
* A tool to flash the new operating system on the device. We recommend [Etcher](https://www.balena.io/etcher).
* A way to connect the device to the internet, either through wifi (if available) or ethernet cable.
* A method of reliably powering the device.
* A [{{ $names.cloud.lower }} account][link-to-signup].
* Install [balena CLI](https://github.com/balena-io/balena-cli/blob/master/INSTALL.md) to develop & manage your device on balenaCloud
* A [{{ $names.cloud.lower }} account][link-to-signup]. BalenaCloud is free for upto 10 devices and requires no payment method to sign up.
* Install [balena CLI](https://github.com/balena-io/balena-cli/blob/master/INSTALL.md) to develop & manage your device on balenaCloud.


[supportedDevicesList]:/reference/hardware/devices/
Expand Down

0 comments on commit 40530b6

Please sign in to comment.