Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions starboard/doc/eap/getting_started.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Open Source Setup

The following steps show how to get set up with the new Cobalt repository
format. Note that this was tested with git version 2.51, and some older
versions of git are known not to work with gclient. We expected versions 2.25
and greater to succeed, but recommend you use version 2.51 or later.

```
# Install necessary packages
sudo apt update && sudo apt install -qqy --no-install-recommends \
Expand Down
Loading