Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut K. C. Tessarek <tessarek@evermeet.cx>2018-04-16 01:41:40 +0300
committerHelmut K. C. Tessarek <tessarek@evermeet.cx>2018-04-16 01:41:40 +0300
commit2eca1ae3d6ff74704e5c086f8cf02dd140bf9fee (patch)
treee5c0801efa224474c6c0b72b33d484acf968199d /README.md
parent787e243e452b1ba0db7fed7dacbdd26a5841f67b (diff)
README.md improvement
It seems that it can be confusing that macOS is not mentioned in the build requirements. (closes #71) The link to the local server address is wrong.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 354ef76d3..5b58cbe77 100644
--- a/README.md
+++ b/README.md
@@ -67,6 +67,7 @@ to the `dependencies` in your `component.json`.
- Ruby Development Headers
- **Ubuntu:** `sudo apt-get install ruby-dev` *(Only if you're __NOT__ using `rbenv` or `rvm`)*
- **Windows:** [DevKit](http://rubyinstaller.org/)
+ - **macOS:** no extra step required
- [Bundler](http://bundler.io/) (Run `gem install bundler` to install).
- [Node Package Manager (aka. `npm`)](https://docs.npmjs.com/getting-started/installing-node)
@@ -83,7 +84,7 @@ Build the web documentation:
$ npm run build
-Or serve it on a local server on http://localhost:7998/Fork-Awesome/:
+Or serve it on a local server (http://localhost:7998):
$ npm run dev