Skip to content

Commit

Permalink
testing: how to reference title-image right so it works on local prev…
Browse files Browse the repository at this point in the history
…iews too
  • Loading branch information
clunion committed May 2, 2020
1 parent e56039f commit 7b16e83
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
![Shardoverse](https://github.com/clunion/shardoverse/blob/master/assets/images/Shardoverse-title.png)
![Shardoverse](assets/images/Shardoverse-title.png)

[![GitHub Releases][github-release-svg]][github-release]

![Shardoverse](./assets/images/Shardoverse-title.png)

| Build System | Status |
|-----------------|--------------------------------------------------------------------------------|
Expand Down Expand Up @@ -268,9 +271,9 @@ Set the script _npp_git.sh_ as the editor in the global config of Git by enterin
Next time something is commited via Git in the Msys2-Shell, an additional instance of Notepad++ should be opened, where the commit description can be entered and which can be losed without bothering the Notepad++-instance where the source code is written.

# Convenient build and run aliases
In the `bin` directy is a set of scripts which may be used to start the diffent build and run variants Conveniently.
In the `bin` directory of the shardoverse repository is a set of scripts which may be used to start the diffent build and run variants Conveniently.
Currently, they do simple calls to cargo, but that may change.
Such a set of build scripts can/should be located in every project folder, thus the method of building and running a project
A set of this build- and run-scripts are meant to be located in every project's bin folder, thus the method of building and running a project
is always the same, regardless if it is an C or C++ or, like this time, a Rust project.
To execute these local scripts, a set of aliases is used.
The reson behind this is, that then these scripts do not have to be found through the PATH-variable
Expand Down

0 comments on commit 7b16e83

Please sign in to comment.