Browse Source

README

master
boB Rudis 5 years ago
parent
commit
a724bde2d0
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 4
      README.md

4
README.md

@ -59,6 +59,8 @@ remotes::install_git("https://git.sr.ht/~hrbrmstr/mactheknife")
# or
remotes::install_gitlab("hrbrmstr/mactheknife")
# or
remotes::install_bitbucket("hrbrmstr/mactheknife")
# or
remotes::install_github("hrbrmstr/mactheknife")
```
@ -224,7 +226,7 @@ return "artist=" & r_artist & "\ntrack=" & r_name
')
print(res)
## [1] "artist=Sukima Switch" "track=Golden Time Lover"
## [1] "artist=NICO Touches the Walls" "track=Hologram"
```
### App info

Loading…
Cancel
Save