└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Apache Myriad Repository Has Moved 2 | 3 | Apache Myriad is now an Apache Incubator project, and we have moved all the development activities onto Apache infrastructure. You can find the latest information on the [Apache Myriad website](http://myriad.incubator.apache.org/), but here's a quick summary: 4 | 5 | ### Source Code 6 | To checkout source code from Apache's git repository: 7 | 8 | ```bash 9 | git clone https://git-wip-us.apache.org/repos/asf/incubator-myriad.git 10 | ``` 11 | 12 | If you prefer Github, you can use our [Github mirror](https://github.com/apache/incubator-myriad): 13 | 14 | ```bash 15 | git clone https://github.com/apache/incubator-myriad.git 16 | ``` 17 | 18 | ### Issue Tracking 19 | The project now uses Apache's [JIRA](https://issues.apache.org/jira/browse/MYRIAD) for issue tracking. 20 | 21 | ### Website 22 | For more information about the project and latest news, please visit our [website](http://myriad.incubator.apache.org/). 23 | --------------------------------------------------------------------------------