Skip to content

Commit

Permalink
Merge pull request blinksh#1160 from DilumAluthge/dpa/readme-use-rela…
Browse files Browse the repository at this point in the history
…tive-links

Use relative links (instead of absolute links) when linking from README.md to BUILD.md and vice versa
  • Loading branch information
yury authored Nov 21, 2020
2 parents 95fcc58 + 61f7130 commit 2c828cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions BUILD.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Building
We provide you with two ways to compile and install Blink Shell. This instructions will refer to assembling
a full Blink Shell, compiling libraries and resources yourself. Due to the many dependencies that compose
Blink Shell, this is the recommended but not shortest method. You can also clone Blink and obtain a "ready to go"
tar.gz with all the dependencies as described on [home](https://github.com/blinksh/blink)
Blink Shell, this is the recommended but not shortest method.

You can also clone Blink and obtain a "ready to go"
tar.gz with all the dependencies as described in the ["Build" section of the README.md file](README.md#build).

## Requirements
Please note that to compile and install Blink in your personal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ git clone --recursive https://github.com/blinksh/blink.git && \

This will download Blink and the associated frameworks: `libssh2`, `OpenSSL`, `libmoshios`, `protobuf` and `ios_system`.

Although this is the quickest method to get you up and running, if you would like to compile all libraries and resources yourself, refer to [BUILD](https://github.com/blinksh/blink/blob/master/BUILD.md). Please let us know if you find any issues. Blink is a complex project with multiple low level dependencies and we are still looking for ways to simplify and automate the full compilation process.
Although this is the quickest method to get you up and running, if you would like to compile all libraries and resources yourself, refer to the [BUILD.md](BUILD.md) file. Please let us know if you find any issues. Blink is a complex project with multiple low level dependencies and we are still looking for ways to simplify and automate the full compilation process.

# Using Blink
Our UI is very straightforward and optimizes the experience on touch devices for the really important part, the terminal. You will jump right into a very simple shell, so you will know what to do. Here are a few more tricks:
Expand Down

0 comments on commit 2c828cf

Please sign in to comment.