diff --git a/README.md b/README.md index ba08a6f..c931903 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,6 @@ User Interface for the OSCR parser. -# Companion Web Application - -The STOCD team provides a companion web application for OSCR located at [oscr.stobuilds.com](https://oscr.stobuilds.com). -This allows users to view and download combat log data without OSCR installed, however uploads -and more detailed analysis of combat logs requires OSCR or a parser that supports -interracting with OSCR's backend such as [CLA](https://github.com/AnotherNathan/STO_CombatLogAnalyzer). - # Windows Users For Windows users we have pre-compiled standalone binaries available on the [Releases](https://github.com/STOCD/OSCR-UI/releases) page. @@ -56,3 +49,10 @@ source ./venv/bin/activate # Install OSCR + Requirements. python3 -m pip install . ``` + +# Companion Web Application + +The STOCD team provides a companion web application for OSCR located at [oscr.stobuilds.com](https://oscr.stobuilds.com). +This allows users to view and download combat log data without OSCR installed, however uploads +and more detailed analysis of combat logs requires OSCR or a parser that supports +interracting with OSCR's backend such as [CLA](https://github.com/AnotherNathan/STO_CombatLogAnalyzer).