From 17f37a741957c6a3c0baebc2e4fdf42c0781c277 Mon Sep 17 00:00:00 2001 From: Gnimuc Date: Sun, 8 Aug 2021 13:11:50 +0900 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2241429..1b762a7 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,12 @@ If you are looking for a high-level Julian API you might wish to take a look at ### Installation You are required to have a Vulkan capable device and the appropriate drivers. -If these are present, just run `pkg> add VulkanCore` in Julia. + +If these are present, run: + +``` +pkg> add VulkanCore +``` ### References - [Vulkan](https://www.khronos.org/vulkan/)