Skip to content
This repository has been archived by the owner on Jan 12, 2018. It is now read-only.

add relative file path to symlink #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ To use it on the FEC API project locally and be able to utilize any changes you
1. Clone this repo and `cd` into its top-level directory (`swagger-ui` by default).
2. Run `npm link` to create an npm-managed symlink on your local development machine.
3. Now `cd` into the top-level [openFEC API](https://github.com/18F/openFEC) directory you already have cloned (if you don't have that project cloned, please follow the steps in its README before continuing here).
4. Run `npm link swagger-ui` to locally install this fork of Swagger UI. If you changed the name of the repo when you cloned it in step one, please use that name instead. For example, if you cloned this repo as `fec-swagger-ui`, then you would need to run `npm link fec-swagger-ui`.
4. Run `npm link swagger-ui` to locally install this fork of Swagger UI. If you changed the name of the repo when you cloned it in step one, please use that name instead. For example, if you cloned this repo as `fec-swagger-ui`, then you would need to run `npm link ../fec-swagger-ui`.

Finally, you must build all of your changes before merging and deploying.

Expand Down