igeligel / react-in-out-textarea

A simple React.js User Interface Component that is like Google Translate with full TypeScript Support
MIT License
31 stars 22 forks source link

Documentation: Add installation instructions to README #20

Closed igeligel closed 4 years ago

igeligel commented 4 years ago

What should be changed?

Description

Under the Usage section in the README, an installation instruction should be given. Create a sub heading + a collapsible installation instruction for either yarn and npm, similar to cogo-toast (yarn / npm).

The collapsible area can be done similar to:

<details>
 <summary>npm</summary>

```bash
npm command
\```

</details>

Files involved

hambali999 commented 4 years ago

Hi can i take over this issue? This is my first hacktobefest as a starter :) #28