You did not need to do steps 2-5. PXC installs as a drop-in-replacement to standard MySQL.
- stop mysql
- install PXC packages
- configure /etc/my.cnf to add minimum wsrep_* parameters
- systemctl start mysql@bootstrap
You now have a cluster of 1 node. Add more nodes and they will auto-join and auto-sync the data.