Skip to content

Commit e9b8b3f

Browse files
committed
fix: notes in README
1 parent 1cebf00 commit e9b8b3f

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ MassBank3 is the spectral reference library's next generation software product.
77

88
# Installation
99

10-
<span style="color:orange">NOTE: Although this version of MassBank is already considered as fully functional, it is still work in progress and in a testing phase! </br> Please create a new issue in case of observing any bug or discrepancy.</span>
10+
[!WARNING]
11+
Although this version of MassBank is already considered as fully functional, it is still work in progress and in a testing phase! </br> Please create a new issue in case of observing any bug or discrepancy.
1112

1213
There are currently two ways to run MassBank:
1314

@@ -40,7 +41,8 @@ Now use _docker compose_ to start the system (in daemon mode):
4041

4142
docker compose up -d
4243

43-
<span style="color:green">NOTE: Initially, the property _MB_DB_INIT_ is set to _true_. Change that value to _false_ after the database was filled within the first start. The database filling takes some time. The _mb3tool_ service is responsible for that and stops after finishing that task.</span>
44+
[!NOTE]
45+
Initially, the property _MB_DB_INIT_ is set to _true_. Change that value to _false_ after the database was filled within the first start. The database filling takes some time. The _mb3tool_ service is responsible for that and stops after finishing that task.
4446

4547
The frontend can (by default) be accessed in the webbrowser at http://localhost:8080/MassBank3/.
4648

@@ -79,3 +81,10 @@ Description is coming soon.
7981
# REST API
8082

8183
Description is coming soon.
84+
85+
````
86+
87+
```
88+
89+
```
90+
````

0 commit comments

Comments
 (0)