Using a DS18B20 temperature sensor with a RockPiS

I’d like to use DS18B20-sensors to monitor the ambient temperature in some of my tech rooms.
There are already RockPiSs present at those locations, so I thought about using them with GPIO-connected temp sensors.
I’ve found tutorials for RaspberryPis, but none for RockPis. Since they’re quite similar, is there anything I need to watch out for, or is it basically the same?
Coding has never been my thing, so as soon as it comes to that, I’m heavily reliant on stuff others have already done before :sweat_smile:
Also: Would it be possible to utilize more than one sensor on a single RockPiS?

I’d recommend using BME280 sensors instead. They’re i2c and a LOT easier to deal with.