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
fix: update org name from bitsocialhq to bitsocialnet across all references
GHCR has no redirect for renamed orgs, causing Docker push to fail with
"owner not found". Updates all references in CI, docs, compose files,
install script, and package metadata.
Copy file name to clipboardExpand all lines: README.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,27 +35,27 @@ Bitsocial is p2p and decentralized social media protocol built completely with I
35
35
### For Linux/MacOS
36
36
37
37
```sh-session
38
-
curl https://raw.githubusercontent.com/bitsocialhq/bitsocial-cli/master/bin/install.sh | sh
38
+
curl https://raw.githubusercontent.com/bitsocialnet/bitsocial-cli/master/bin/install.sh | sh
39
39
```
40
40
41
41
#### If you want to install a specific bitsocial-cli version
42
42
43
43
```sh-session
44
-
curl https://raw.githubusercontent.com/bitsocialhq/bitsocial-cli/master/bin/install.sh | sh -s 0.14.4
44
+
curl https://raw.githubusercontent.com/bitsocialnet/bitsocial-cli/master/bin/install.sh | sh -s 0.14.4
45
45
```
46
46
47
47
If you get `libfontconfig dependency error`, then you need to install libfontconfig by running `sudo apt install -y libfontconfig1 fontconfig libfontconfig1-dev libfontconfig`
48
48
49
49
### For Windows
50
50
51
-
For Windows, You need to install [vc-redist](https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170) first. After you install `vc-redist`, download the installer of [bitsocial](https://github.com/bitsocialhq/bitsocial-cli/releases/latest/download/bitsocial_installer_win32_x64.exe) and next your way to the end
51
+
For Windows, You need to install [vc-redist](https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170) first. After you install `vc-redist`, download the installer of [bitsocial](https://github.com/bitsocialnet/bitsocial-cli/releases/latest/download/bitsocial_installer_win32_x64.exe) and next your way to the end
52
52
53
53
### Build your Bitsocial executable manually (optional)
54
54
55
55
In case the installation script is not working for you or you just want to build the source code directly. First, you need to have `NodeJS 22` and `npm` installed
0 commit comments