Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnimuc committed Aug 8, 2021
1 parent efe2048 commit 17f37a7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down

0 comments on commit 17f37a7

Please sign in to comment.