You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+37-3Lines changed: 37 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ bread remove user/repo
62
62
63
63
---
64
64
65
-
###Full usage
65
+
## Full usage
66
66
67
67
```bash
68
68
Usage: bread <command>
@@ -88,11 +88,45 @@ Run "bread <command> --help" for more information on a command.
88
88
89
89
---
90
90
91
-
### Todo
91
+
## Building From Source
92
+
93
+
Make Sure You Have Go version 1.17.x & [AppImage Builder](https://appimage-builder.readthedocs.io/en/latest/) Installed.
94
+
95
+
Get The Repository Via Git:
96
+
97
+
```bash
98
+
git clone https://github.com/DEVLOPRR/bread
99
+
```
100
+
101
+
Go Inside The Source Code Directory & Get All The Dependencies:
102
+
103
+
```bash
104
+
cd bread
105
+
go mod tidy
106
+
```
107
+
108
+
Make The Build Script Executable And Run It
109
+
110
+
```bash
111
+
chmod +x ./make
112
+
./make
113
+
```
114
+
115
+
And To Build The AppImage Run
116
+
117
+
```bash
118
+
./make appimage
119
+
```
120
+
121
+
---
122
+
123
+
## Todo
92
124
- Improve UI
93
125
- Work On Reducing Binary Sizes
94
126
- Add `-v, --version` To Get The Version
95
127
- Mirrors:
96
128
- I Would Like To Introduce Concept Of Mirror Lists Which Contain The List Of AppImages With The Download URL, tho currently i am not working on it but in future i might.
0 commit comments