1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-09 23:34:23 +00:00

update readme

This commit is contained in:
neargye 2020-05-01 18:06:46 +05:00
parent 3d7aa36e42
commit e904616102

View file

@ -212,7 +212,7 @@ Alternatively, you can use something like [CPM](https://github.com/TheLartians/C
CPMAddPackage(
NAME magic_enum
GITHUB_REPOSITORY Neargye/magic_enum
GIT_TAG 0.6.5 # Where `x.y.z` is the release version you want to use.
GIT_TAG x.y.z # Where `x.y.z` is the release version you want to use.
)
```