Skip to content

Commit d93898f

Browse files
authored
Update README.md
1 parent 0bb0b77 commit d93898f

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,26 @@ NekoShare File Transfer is a file transfer application for Desktop PC that allow
1616
- pip
1717

1818
### Installation
19-
1. Install the dependencies:
19+
1. **Install the dependencies:**
2020

2121
```bash
2222
pip install -r requirements.txt
2323
```
2424

25-
2. Run the code:
25+
2. **Run the code:**
2626

2727
```bash
2828
python nekoshare-portable.py
2929
```
3030

3131
### Development
32-
1. Build for Windows .exe:
32+
1. **Build for Windows .exe:**
3333

3434
```bash
3535
pyinstaller --onefile --windowed --icon="assets/icon.ico" --add-data "assets;assets" --name "NekoShare File (Desktop) Portable Win x64" nekoshare-portable.py
3636
```
3737

38-
2. Package Directory Structure .deb:
38+
2. **Package Directory Structure .deb:**
3939

4040
```
4141
Linux/nekoshare-portable-v1.0.0-x64/
@@ -57,11 +57,13 @@ dpkg-deb --build nekoshare-portable-v1.0.0-x64
5757

5858

5959
## Screenshot
60-
![Halaman Kirim](screenshoot/6-kirim.jpeg)
61-
![Halaman Terima](screenshoot/7-terima.jpeg)
60+
![Halaman Utama](Image/1-home.png)
6261

63-
## Pengembang
64-
Aplikasi ini dikembangkan oleh [Rizko Imsar](https://github.com/rizko77) dengan tujuan untuk mempermudah pengiriman file antar perangkat.
62+
## Styling
63+
This template comes with [Tailwind CSS](https://tailwindcss.com/) already configured for a simple default starting experience. You can use whatever CSS framework you prefer.
64+
65+
## Developer
66+
This application was developed by [Rizko Imsar](https://github.com/rizko77) with the aim of making it easier to send files between devices.
6567

6668
## Lisensi
67-
Aplikasi ini bersifat **open-source** dan dirilis di bawah [Lisensi MIT](#).
69+
This application is **open-source** and released under the [MIT License](LICENSE.txt).

0 commit comments

Comments
 (0)