Skip to content

Commit 589bec0

Browse files
committed
clarify Abacus prerequisite — it's a web portal, not something you install
1 parent 494ac7c commit 589bec0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This project is open source under the MIT license. You're welcome to fork it, ad
1313
## Prerequisites
1414

1515
- Node.js 18+
16-
- A running Abacus instance you have credentials for
16+
- Access to an Abacus web portal (provided by your company)
1717

1818
## Setup
1919

site/src/pages/de/getting-started.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const t = getTranslations(locale);
1919
<h2 id="prerequisites">{t.gettingStarted.prerequisites}</h2>
2020
<ul>
2121
<li>Node.js 18+</li>
22-
<li>Eine laufende Abacus-Instanz, für die Sie Zugangsdaten haben</li>
22+
<li>Zugang zu einem Abacus-Webportal (von Ihrem Unternehmen bereitgestellt)</li>
2323
</ul>
2424

2525
<h2 id="installation">{t.gettingStarted.installation}</h2>

site/src/pages/en/getting-started.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const t = getTranslations(locale);
1919
<h2 id="prerequisites">{t.gettingStarted.prerequisites}</h2>
2020
<ul>
2121
<li>Node.js 18+</li>
22-
<li>A running Abacus instance you have credentials for</li>
22+
<li>Access to an Abacus web portal (provided by your company)</li>
2323
</ul>
2424

2525
<h2 id="installation">{t.gettingStarted.installation}</h2>

0 commit comments

Comments
 (0)