Skip to content

Commit

Permalink
Update getting-started.md
Browse files Browse the repository at this point in the history
make link slightly more visible
  • Loading branch information
andrewcmyers authored Feb 29, 2020
1 parent d57e150 commit 9e0beac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Installation

Note: _JLang is not yet tested or built for use on Windows._

Clone the [repo](https://github.com/polyglot-compiler/JLang) and build using the "Quick start guide" section of the [README](https://github.com/polyglot-compiler/JLang/blob/master/README.md).
Clone [the repo](https://github.com/polyglot-compiler/JLang) and build using the "Quick start guide" section of the [README](https://github.com/polyglot-compiler/JLang/blob/master/README.md).

Dependencies
----------------
Expand Down Expand Up @@ -265,4 +265,4 @@ Building Shared Libraries with JLang
==================================
Documentation coming soon

(TLDR; compile each *.ll file into a *.o file individually and then use the `-shared` flag for clang to export them as a single shared library)
(TLDR; compile each *.ll file into a *.o file individually and then use the `-shared` flag for clang to export them as a single shared library)

0 comments on commit 9e0beac

Please sign in to comment.