Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRemote committed Aug 31, 2022
1 parent 1909785 commit 237a8f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ My blog post that birthed this image is located <a href="https://jamesachambers.
</ol>

<h2>First Startup Instructions</h2>
Set correct locale:
<pre>sudo dpkg-reconfigure locales</pre>
Set correct timezone:
<pre>sudo dpkg-reconfigure tzdata</pre>
Sync time:
<pre>sudo ntpd -gq</pre>
Set correct locale:
<pre>sudo apt install locales -y && sudo dpkg-reconfigure locales</pre>

<h2>Build Instructions</h2>
You should first clone the OrangePi_Build repository:<br>
Expand Down

0 comments on commit 237a8f9

Please sign in to comment.