Skip to content

Commit

Permalink
VUU83: Apply markdown-lint fixes to main README
Browse files Browse the repository at this point in the history
  • Loading branch information
cfisher-scottlogic committed Nov 14, 2023
1 parent 80a1621 commit 215c056
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Welcome. We maintain a docusaurus site containing all the details of the project. Why not get started there:

https://vuu.finos.org/docs/introduction/intro
<https://vuu.finos.org/docs/introduction/intro>

## Installation - Server

Expand All @@ -16,7 +16,7 @@ https://vuu.finos.org/docs/introduction/intro

See the [Docs](https://vuu.finos.org/docs/getting_started/developing) for Java versions and install dependencies you need to have.

#### OS X & Linux:
#### OS X & Linux

```sh
#In your favourite code directory...
Expand All @@ -31,7 +31,7 @@ cd vuu
mvn exec:exec
```

#### Windows:
#### Windows

```sh
this should be the same as Linux & macos just with windows adjusted paths
Expand Down Expand Up @@ -104,7 +104,7 @@ npm run build
npm run build:app
```

You can now open the demo app in your browser at https://127.0.0.1:8443/index.html
You can now open the demo app in your browser at <https://127.0.0.1:8443/index.html>

Alternatively, you may choose to run the demo app in Electron. First install Electron in the tools/electron folder:

Expand Down

0 comments on commit 215c056

Please sign in to comment.