Adding the Ir receiver to the Raspberry Pi 4

Got the 3.3v

1 Sudo apt-get install lirc liblircclient-dev
       
press y to continues
2 
sudo nano /etc/modules
      
12c-dev
       
lirc_dev
       
lirc_rpi gpio_in_pin=18 gpio_out_pin=17
       
press ctrl + x to save / press y to confirm / press enter to exit
3 sudo nano /boot/config.txt
       
dtoverlay=lirc-rpi:gpio_in_pin=18 gpio_out_pin=17
       
press crrl + x to save / press y to confirm / press “enter” to exit
4 sudo nano /
etc/
lirc/hardware.conf
        
LIRC_ARGS=”--uinput”
        
DRIVER=” default”
        
DEVIVE=”/dev/lirc0”
        
MODULES=”lirc_rpi”
        
press crrl + x to save / press y to confirm / press “enter” to exit
5 cd~
6 wget http”//osoyoo.com/driver/pi 3_start_learning_kit_lesson_19/lircd.conf
7 sudo cp lircd.conf /
etc/
lirc/
8 reboot
       
press 1 ass indentity to authenticate
       
password raspberry
login
test ir remote
1 ls,/dev/li*
2 sudo /
etc
/init.d/lirc restart
3 irw
      
when the terminal show connection refused
      
redo 
4 sudo /
etc
/init.d/lirc restart
5 irw
    
testing remote press any key

On these two lines 
(lirc_rpi gpio_in_pin=18 gpio_out_pin=17
wget http”//osoyoo.com/driver/pi 3_start_learning_kit_lesson_19/lircd.conf

would i have to change the # 18 17 to the pin 1 for the 3.3v and pin 9 for the ground and 18 for the s out to the GPIO18 that i have the wires connected to

But as for the configuration above are they right or how would edit the commands.