mirror of
https://github.com/wiiu-env/libnotifications.git
synced 2026-04-25 23:56:33 -05:00
Fix a copy-paste mistake.
Also, shortened the sentence a bit.
This commit is contained in:
parent
45075de5f5
commit
76cd8c517c
|
|
@ -12,7 +12,7 @@ WUMS_ROOT := $(DEVKITPRO)/wums
|
||||||
```
|
```
|
||||||
and add `-lnotifications` to `LIBS` and `$(WUMS_ROOT)` to `LIBDIRS`.
|
and add `-lnotifications` to `LIBS` and `$(WUMS_ROOT)` to `LIBDIRS`.
|
||||||
|
|
||||||
After that you can simply include `<notifications/notifications.h>` to get access to the function patcher functions after calling `NotificationModule_InitLibrary()`.
|
Include `<notifications/notifications.h>` to get access to the NotificationModule functions, after calling `NotificationModule_InitLibrary()`.
|
||||||
|
|
||||||
## Use this lib in Dockerfiles.
|
## Use this lib in Dockerfiles.
|
||||||
A prebuilt version of this lib can found on dockerhub. To use it for your projects, add this to your Dockerfile.
|
A prebuilt version of this lib can found on dockerhub. To use it for your projects, add this to your Dockerfile.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user