This repository has been archived by the owner on Dec 13, 2020. It is now read-only.
forked from openbikesensor/openbikesensor.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust readme to describe the redirect
- Loading branch information
Showing
1 changed file
with
9 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
# Find the documentation | ||
# Repository was moved!!! | ||
|
||
You can find the documentation at: https://friends-of-openbikesensor.github.io | ||
You can find the new repository here: | ||
**https://github.com/openbikesensor/openbikesensor.github.io** | ||
|
||
## Build docs locally | ||
This repository and associated github pages are left in place to provide HTTP | ||
redirects (through `<meta>` tags) on the old URLs. | ||
|
||
1. Follow the official installation guides: https://jekyllrb.com/docs/installation/ | ||
2. Clone this repo | ||
3. Run the following commands | ||
```bash | ||
cd Friends-of-OpenBikeSensor.github.io/ | ||
bundle install | ||
make | ||
``` | ||
4. Open: http://127.0.0.1:4000 | ||
Please update your git remote url to continue working on the contents: | ||
|
||
git remote set-url origin [email protected]:openbikesensor/openbikesensor.github.io | ||
|