Skip to content

Commit

Permalink
Remove obsolete image info
Browse files Browse the repository at this point in the history
  • Loading branch information
dankohn committed Dec 7, 2018
1 parent bb29a48 commit 1075e75
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions INSTALL.md
Expand Up @@ -43,13 +43,3 @@ Medium mode is what is run by the update server, with commits back to the repo.

Hard and complete modes should be unnecessary except in cases of possible data corruption. Even then, it's better to just delete any problematic entries from `processed_landscape.yml` and easy mode will recreate them with up-to-date information.

### Adding a custom image

If you can't find the right logo on the web, you can create a custom one and host it in this repo:

1. Save the logo to `src/hosted_logos/`, for example, `src/hosted_logos/apex.svg`. Use lowercase spinal case (i.e., hyphens) for the name.
1. Update landscape.yml, for example, `logo: ./src/hosted_logos/apex.svg`. The location must start with`./src/hosted_logos`.
1. If you've updated the local logo since a previous commit, you need to delete the cached version in `src/logos/`. E.g., delete `src/logos/apex.svg`.
1. Update `processed_landscape.yml` with `yarn fetch`.
1. Commit and push. Double-check your work in the Netlify preview after opening a pull request.

0 comments on commit 1075e75

Please sign in to comment.