Skip to content

Commit

Permalink
Update install
Browse files Browse the repository at this point in the history
Grammar change
  • Loading branch information
Crilum authored Nov 21, 2023
1 parent f221991 commit eb210c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/XMRig/install
Original file line number Diff line number Diff line change
Expand Up @@ -274,5 +274,5 @@ fi
if [ -s $HOME/.config/xmrig.json ];then
status "\nSince your configuration is ready to use, you can run 'xmrig' in a terminal to start the miner.\nOtherwize, you can use command-line flags to specify Wallet Address, mining pool, and so forth.\nHave fun!"
else
status "\nSince you don't have a configuration yet, you can either create one later at '$HOME/.config/xmrig.json', or run 'xmrig' with command-line flags specify Wallet Address, mining pool, and so forth.\nHave fun!"
status "\nSince you don't have a configuration yet, you can either create one later at '$HOME/.config/xmrig.json', or run 'xmrig' with command-line flags to specify Wallet Address, mining pool, and so forth.\nHave fun!"
fi

0 comments on commit eb210c6

Please sign in to comment.