mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
docs: Fix links 'Setting Up Your Environment'
This commit is contained in:
parent
79cb80e19e
commit
c313e45bc6
1 changed files with 5 additions and 6 deletions
|
@ -75,9 +75,9 @@ Use that program to install bundle:
|
||||||
**Install the Ruby dependencies**
|
**Install the Ruby dependencies**
|
||||||
|
|
||||||
Ensure you checked out the site repository as described in [Working with
|
Ensure you checked out the site repository as described in [Working with
|
||||||
GitHub](#working-with-github). Then change directory to the top-level of
|
GitHub](https://github.com/bitcoin-dot-org/bitcoin.org/blob/master/docs/working-with-github.md).
|
||||||
your local repository (replace `bitcoin.org` with the full path to your local
|
Then change directory to the top-level of your local repository (replace
|
||||||
repository clone):
|
`bitcoin.org` with the full path to your local repository clone):
|
||||||
|
|
||||||
cd bitcoin.org
|
cd bitcoin.org
|
||||||
|
|
||||||
|
@ -97,9 +97,8 @@ To preview the website in your local browser, make sure you're in the
|
||||||
|
|
||||||
make preview
|
make preview
|
||||||
|
|
||||||
This will compile the site (takes 5 to 10 minutes; see the [speed up
|
This will compile the site (takes 5 to 10 minutes; see the speed up
|
||||||
instructions](#fast-partial-previews-or-builds)) and then print the a message
|
instructions and then print the a message like this:
|
||||||
like this:
|
|
||||||
|
|
||||||
Server address: http://0.0.0.0:4000
|
Server address: http://0.0.0.0:4000
|
||||||
Server running... press ctrl-c to stop.
|
Server running... press ctrl-c to stop.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue