Skip to content

Commit

Permalink
Embed logo image into repository and upgrade to SVG (#14137)
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota authored Jan 4, 2024
1 parent f435981 commit 3e05a2a
Show file tree
Hide file tree
Showing 3 changed files with 250 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ samples: ## Build example programs
docs: ## Generate standard library documentation
$(call check_llvm_config)
./bin/crystal docs src/docs_main.cr $(DOCS_OPTIONS) --project-name=Crystal --project-version=$(CRYSTAL_VERSION) --source-refname=$(CRYSTAL_CONFIG_BUILD_COMMIT)
cp -av doc/ docs/

.PHONY: crystal
crystal: $(O)/crystal ## Build the compiler
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

---

[![Crystal - Born and raised at Manas](https://cloud.githubusercontent.com/assets/209371/13291809/022e2360-daf8-11e5-8be7-d02c1c8b38fb.png)](https://manas.tech/)
[![Crystal - Born and raised at Manas](doc/assets/crystal-born-and-raised.svg)](https://manas.tech/)

Crystal is a programming language with the following goals:

Expand Down
Loading

0 comments on commit 3e05a2a

Please sign in to comment.