blob: 11786da4eb437ffc9373253cd4fb2a9e25984bb3 [file] [log] [blame]
ramvermaaf74a622018-07-31 18:25:39 +01001//
2// ============LICENSE_START=======================================================
3// Copyright (C) 2016-2018 Ericsson. All rights reserved.
4// ================================================================================
5// This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE
6// Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
7//
8// SPDX-License-Identifier: CC-BY-4.0
9// ============LICENSE_END=========================================================
10//
11// @author Sven van der Meer (sven.van.der.meer@ericsson.com)
12//
13
14== Get the APEX Source Code
15The APEX source code is hosted in as project on Github link:https://github.com/Ericsson/apex[Ericsson:apex].
16The current stable version is in the master branch.
17Simply clone the master branch from Github using either HTTPS (first example below) or SSH (second example below).
18
19[source%nowrap,sh,numbered]
20----
21git clone https://github.com/Ericsson/apex.git
22----
23
24[source%nowrap,sh,numbered]
25----
26git clone git@github.com:Ericsson/apex.git
27----