install steps

This commit is contained in:
Pritimay Sarkar
2023-11-10 16:16:53 +05:30
parent 515ad41329
commit 89090ff86b

View File

@@ -12,7 +12,10 @@ const AppInstallation = () => {
return ( return (
<div> <div>
<div> <h1>App Installation</h1>
<h3>First try the firebase app distribution which is email linked. After adding the email from backend. Check the email to get started.</h3>
{/* <div>
<div>Testing 2.1.27 (Preprod - 07-11-2023)</div> <div>Testing 2.1.27 (Preprod - 07-11-2023)</div>
<a href="https://www.dropbox.com/scl/fi/v0hux8qrby54rjns8mhum/hpos-testing_preprod_2.1.27.apk?rlkey=ias0fe0zq72avy01rk4cvzmvp&dl=1"> <a href="https://www.dropbox.com/scl/fi/v0hux8qrby54rjns8mhum/hpos-testing_preprod_2.1.27.apk?rlkey=ias0fe0zq72avy01rk4cvzmvp&dl=1">
<img className="app-qrcode" src={require('../assets/hpos-testing_preprod.png')} alt='icon'></img> <img className="app-qrcode" src={require('../assets/hpos-testing_preprod.png')} alt='icon'></img>
@@ -27,7 +30,7 @@ const AppInstallation = () => {
<li>install the downloaded apk and give permissions</li> <li>install the downloaded apk and give permissions</li>
</ul> </ul>
</p> </p>
</div> </div> */}
</div> </div>
) )
} }